Skip to content

Commit 46131b7

Browse files
committed
Javadoc.
1 parent e093df2 commit 46131b7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ protected CommandLine()
5555
}
5656

5757
/**
58-
* Query to see if an option has been set.
58+
* Tests to see if an option has been set.
5959
*
6060
* @param opt the option to check.
6161
* @return true if set, false if not.
@@ -67,7 +67,7 @@ public boolean hasOption(final Option opt)
6767
}
6868

6969
/**
70-
* Query to see if an option has been set.
70+
* Tests to see if an option has been set.
7171
*
7272
* @param opt Short name of the option.
7373
* @return true if set, false if not.
@@ -78,7 +78,7 @@ public boolean hasOption(final String opt)
7878
}
7979

8080
/**
81-
* Query to see if an option has been set.
81+
* Tests to see if an option has been set.
8282
*
8383
* @param opt character name of the option.
8484
* @return true if set, false if not.

0 commit comments

Comments
 (0)