diff options
Diffstat (limited to 'JPratt/src/main/java/bjc/pratt/commands/impls/DefaultInitialCommand.java')
| -rw-r--r-- | JPratt/src/main/java/bjc/pratt/commands/impls/DefaultInitialCommand.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/JPratt/src/main/java/bjc/pratt/commands/impls/DefaultInitialCommand.java b/JPratt/src/main/java/bjc/pratt/commands/impls/DefaultInitialCommand.java index 16d2e59..bc00887 100644 --- a/JPratt/src/main/java/bjc/pratt/commands/impls/DefaultInitialCommand.java +++ b/JPratt/src/main/java/bjc/pratt/commands/impls/DefaultInitialCommand.java @@ -12,13 +12,13 @@ import bjc.utils.parserutils.ParserException; * @author EVE * * @param <K> - * The key type of the token. + * The key type of the token. * * @param <V> - * The value type of the token. + * The value type of the token. * * @param <C> - * The state type of the parser. + * The state type of the parser. */ public class DefaultInitialCommand<K, V, C> implements InitialCommand<K, V, C> { @Override |
