Skip to content

Commit 7af42c0

Browse files
committed
No need for Javadoc since tag in private methods
1 parent 39c6996 commit 7af42c0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/java/org/apache/commons/cli/Option.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -822,8 +822,6 @@ public boolean isRequired() {
822822
* and there are more value separators in the value, parsing is ceased and the remaining characters are added as a single token.
823823
*
824824
* @param value The String to be processed.
825-
*
826-
* @since 1.0.1
827825
*/
828826
private void processValue(final String value) {
829827
String add = value;

0 commit comments

Comments
 (0)