Skip to content

Commit 97880cd

Browse files
overrode toString method in StringArgumentReader
1 parent a0f837e commit 97880cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,9 @@ public void jumpTo(int index) {
7474
}
7575
return builder.toString();
7676
}
77+
78+
@Override
79+
public String toString() {
80+
return arg;
81+
}
7782
}

0 commit comments

Comments
 (0)