Skip to content

Commit eeaedf9

Browse files
committed
Commit email test
1 parent c747556 commit eeaedf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared/src/main/java/cz/foresttech/commandapi/shared/ArgumentTypeProcessor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ public interface ArgumentTypeProcessor<T> {
44

55
T get(String argument);
66

7+
78
ArgumentTypeProcessor<String> STRING = argument -> argument;
89
ArgumentTypeProcessor<Integer> INTEGER = argument -> {
910
try {

0 commit comments

Comments
 (0)