Skip to content

Commit b1c6f9b

Browse files
changed accessor from protected to private
1 parent f849822 commit b1c6f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/datasiqn/commandcore/argument/StringArguments.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Represents a list of arguments that are already parsed
1111
*/
1212
public class StringArguments implements Arguments {
13-
protected final List<String> allArguments;
13+
private final List<String> allArguments;
1414

1515
/**
1616
* Creates a new {@code ListArguments}

0 commit comments

Comments
 (0)