Skip to content

Commit 13a38f3

Browse files
committed
spotless
1 parent bf624ad commit 13a38f3

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

plugins/codemodder-plugin-maven/src/main/java/io/codemodder/plugins/maven/operator/CheckLocalRepositoryDirCommand.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
/** Commands for checking and creating the local repository directory if it doesn't exist. */
88
class CheckLocalRepositoryDirCommand {
99

10-
private CheckLocalRepositoryDirCommand() {
11-
}
10+
private CheckLocalRepositoryDirCommand() {}
1211

1312
static class CheckParentDirCommand extends AbstractQueryCommand {
1413

plugins/codemodder-plugin-maven/src/main/java/io/codemodder/plugins/maven/operator/Ignorable.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55

66
/** Internal Tag Object for Ignorable Messages */
77
class Ignorable {
8-
private Ignorable() {
9-
}
10-
8+
private Ignorable() {}
9+
1110
public static final Logger LOGGER = LoggerFactory.getLogger(Ignorable.class);
1211
}

plugins/codemodder-plugin-maven/src/main/java/io/codemodder/plugins/maven/operator/POMDocumentFactory.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
*/
1818
class POMDocumentFactory {
1919

20-
private POMDocumentFactory() {
21-
}
20+
private POMDocumentFactory() {}
2221

2322
/**
2423
* Loads a POM document from the provided input stream.

plugins/codemodder-plugin-maven/src/main/java/io/codemodder/plugins/maven/operator/Util.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
/** Common Utilities */
2222
class Util {
2323

24-
private Util() {
25-
}
24+
private Util() {}
2625

2726
private static final Logger LOGGER = LoggerFactory.getLogger(Util.class);
2827

0 commit comments

Comments
 (0)