We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5dd3d commit c9c30c0Copy full SHA for c9c30c0
1 file changed
src/main/java/org/apache/commons/cli/HelpFormatter.java
@@ -68,7 +68,7 @@ public class HelpFormatter {
68
/**
69
* This class implements the {@code Comparator} interface for comparing Options.
70
*/
71
- private static class OptionComparator implements Comparator<Option>, Serializable {
+ private static final class OptionComparator implements Comparator<Option>, Serializable {
72
/** The serial version UID. */
73
private static final long serialVersionUID = 5305467873966684014L;
74
0 commit comments