Skip to content

Commit

Permalink
disable collapsing imports to star
Browse files Browse the repository at this point in the history
  • Loading branch information
timo-a committed Oct 3, 2024
1 parent b2fc34a commit 311604d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/io/github/timoa/misc/JacksonImportStyle.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ private static ImportLayoutStyle importLayout() {
.importPackage("com.fasterxml.jackson.other.modules.*")
.blankLine()
.importStaticAllOthers()
.classCountToUseStarImport(Integer.MAX_VALUE)//disable collapsing imports to *
.build();
}

Expand Down

0 comments on commit 311604d

Please sign in to comment.