File tree 1 file changed +2
-2
lines changed
src/main/java/org/apache/commons/cli/help
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,8 +159,8 @@ public Builder setLongOptPrefix(final String prefix) {
159
159
* Sets the separator displayed between a options and the argument name. Typically ' ' or '='.
160
160
*
161
161
* @param optArgSeparator the separator.
162
- * @since 1.3
163
162
* @return this
163
+ * @since 1.3
164
164
*/
165
165
public Builder setOptArgSeparator (final String optArgSeparator ) {
166
166
this .optArgSeparator = Util .defaultValue (optArgSeparator , "" );
@@ -195,8 +195,8 @@ public Builder setOptPrefix(final String optPrefix) {
195
195
* Sets the separator displayed between a long option and short options. Typically ',' or ' '.
196
196
*
197
197
* @param optSeparator the separator.
198
- * @since 1.3
199
198
* @return this
199
+ * @since 1.3
200
200
*/
201
201
public Builder setOptSeparator (final String optSeparator ) {
202
202
this .optSeparator = Util .defaultValue (optSeparator , "" );
You can’t perform that action at this time.
0 commit comments