Skip to content

Commit

Permalink
Add jakarta import after javax import
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphr committed Jul 25, 2023
1 parent 75436c2 commit 9029034
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
0=\#
1=java
2=javax
3=org
4=com
5=liquibase
6=
3=jakarta
4=org
5=com
6=liquibase
7=
2 changes: 2 additions & 0 deletions ide-settings/idea/idea-code-style-configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
<emptyLine />
<package name="javax" withSubpackages="true" static="false" />
<emptyLine />
<package name="jakarta" withSubpackages="true" static="false" />
<emptyLine />
<package name="org" withSubpackages="true" static="false" />
<emptyLine />
<package name="com" withSubpackages="true" static="false" />
Expand Down

0 comments on commit 9029034

Please sign in to comment.