File tree Expand file tree Collapse file tree
src/main/java/org/apache/commons/cli/help Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,21 +61,6 @@ Licensed to the Apache Software Foundation (ASF) under one or more
6161 */
6262public 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 */
You can’t perform that action at this time.
0 commit comments