Skip to content

Commit 6f57cbe

Browse files
committed
Sort members
1 parent ea168a4 commit 6f57cbe

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -61,21 +61,6 @@ Licensed to the Apache Software Foundation (ASF) under one or more
6161
*/
6262
public class HelpFormatter extends AbstractHelpFormatter {
6363

64-
/**
65-
* The default "Since" column label.
66-
*/
67-
private static final String LABEL_SINCE = "Since";
68-
69-
/**
70-
* The default "Description" column label.
71-
*/
72-
private static final String LABEL_DESCRIPTION = "Description";
73-
74-
/**
75-
* The default "Options" column label.
76-
*/
77-
private static final String LABEL_OPTIONS = "Options";
78-
7964
/**
8065
* A builder for the HelpFormatter. Intended to make more complex uses of the HelpFormatter class easier. Default values are:
8166
* <ul>
@@ -116,6 +101,21 @@ public Builder setShowSince(final boolean showSince) {
116101
}
117102
}
118103

104+
/**
105+
* The default "Since" column label.
106+
*/
107+
private static final String LABEL_SINCE = "Since";
108+
109+
/**
110+
* The default "Description" column label.
111+
*/
112+
private static final String LABEL_DESCRIPTION = "Description";
113+
114+
/**
115+
* The default "Options" column label.
116+
*/
117+
private static final String LABEL_OPTIONS = "Options";
118+
119119
/**
120120
* Default number of characters per line: {@value}.
121121
*/

0 commit comments

Comments
 (0)