We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f849822 commit b1c6f9bCopy full SHA for b1c6f9b
src/main/java/com/datasiqn/commandcore/argument/StringArguments.java
@@ -10,7 +10,7 @@
10
* Represents a list of arguments that are already parsed
11
*/
12
public class StringArguments implements Arguments {
13
- protected final List<String> allArguments;
+ private final List<String> allArguments;
14
15
/**
16
* Creates a new {@code ListArguments}
0 commit comments