Skip to content

Commit

Permalink
Removes comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MaicolAntali committed Nov 4, 2023
1 parent 182a8d5 commit 2c418f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,8 @@
<reflowLongStrings>true</reflowLongStrings>
<formatJavadoc>true</formatJavadoc>
</googleJavaFormat>
<importOrder /> <!-- Checks imports order -->
<removeUnusedImports /> <!-- Removes unused imports -->
<importOrder />
<removeUnusedImports />
<formatAnnotations /> <!-- Formats the annotations -->
</java>
</configuration>
Expand Down

0 comments on commit 2c418f0

Please sign in to comment.