Skip to content

Commit

Permalink
Make StringParser public #391 (#394)
Browse files Browse the repository at this point in the history
as it allows to customizing the TypeParser.
  • Loading branch information
Remo authored and chb0github committed Apr 6, 2017
1 parent f783c4a commit 3354695
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,5 +1,5 @@
package io.katharsis.utils.parser;

interface StringParser<T> {
public interface StringParser<T> {
T parse(String input);
}

0 comments on commit 3354695

Please sign in to comment.