Skip to content

Commit

Permalink
Fix jarstate comments
Browse files Browse the repository at this point in the history
None of these jars contain anything Eclipse related. They do however
contain the formatter and this might be interesting information.
  • Loading branch information
korthout committed Dec 18, 2021
1 parent 3877fc0 commit 1ef8e60
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public static boolean defaultReflowLongStrings() {
static final class State implements Serializable {
private static final long serialVersionUID = 1L;

/** The jar that contains the eclipse formatter. */
/** The jar that contains the formatter. */
final JarState jarState;
final String stepName;
final String version;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ static final class State implements Serializable {
/** Are the files being linted Kotlin script files. */
private final boolean isScript;
private final String pkg;
/** The jar that contains the eclipse formatter. */
/** The jar that contains the formatter. */
final JarState jarState;
private final TreeMap<String, String> userData;
private final boolean useParams;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ static final class State implements Serializable {
* Option that allows to apply formatting options to perform a 4 spaces block and continuation indent.
*/
private final Style style;
/** The jar that contains the eclipse formatter. */
/** The jar that contains the formatter. */
final JarState jarState;

State(String version, Provisioner provisioner, Style style) throws IOException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public static String defaultVersion() {
private static class State implements Serializable {
private static final long serialVersionUID = 1L;

/** The jar that contains the formatter. */
final JarState jarState;

State(JarState jarState) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public static String defaultVersion() {
private static class State implements Serializable {
private static final long serialVersionUID = 1L;

/** The jar that contains the eclipse formatter. */
/** The jar that contains the formatter. */
final JarState jarState;
final NavigableMap<String, ?> properties;

Expand Down

0 comments on commit 1ef8e60

Please sign in to comment.