Skip to content

Commit cf21538

Browse files
fixed inaccurate javadoc
1 parent c43b32a commit cf21538

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
import java.util.List;
88

99
/**
10-
* Represents a list of arguments that are already parsed
10+
* Represents a list of arguments.
11+
* <p>
12+
* Internally, this uses a {@code List<String>} to store arguments and parses the string it every time the user wants an argument.
1113
*/
1214
public class StringArguments implements Arguments {
1315
private final List<String> allArguments;

0 commit comments

Comments
 (0)