Skip to content

Commit 11c63fc

Browse files
committed
fixed checkstyle issue
1 parent 4394bf7 commit 11c63fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public Builder setShowDeprecated(final boolean useDefaultFormat) {
134134
* @param option The option to get the description from.
135135
* @return the option description or an empty string if the description is {@code null}.
136136
*/
137-
public static String getDescription(Option option) {
137+
public static String getDescription(final Option option) {
138138
return option.getDescription() == null ? "" : option.getDescription();
139139
}
140140
/**

0 commit comments

Comments
 (0)