Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
nahsra committed Mar 19, 2024
1 parent bf624ad commit 13a38f3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
/** Commands for checking and creating the local repository directory if it doesn't exist. */
class CheckLocalRepositoryDirCommand {

private CheckLocalRepositoryDirCommand() {
}
private CheckLocalRepositoryDirCommand() {}

static class CheckParentDirCommand extends AbstractQueryCommand {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

/** Internal Tag Object for Ignorable Messages */
class Ignorable {
private Ignorable() {
}

private Ignorable() {}

public static final Logger LOGGER = LoggerFactory.getLogger(Ignorable.class);
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
*/
class POMDocumentFactory {

private POMDocumentFactory() {
}
private POMDocumentFactory() {}

/**
* Loads a POM document from the provided input stream.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
/** Common Utilities */
class Util {

private Util() {
}
private Util() {}

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

Expand Down

0 comments on commit 13a38f3

Please sign in to comment.