Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dlink
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhaowei
dlink
Commits
c0355b5f
Unverified
Commit
c0355b5f
authored
Aug 10, 2022
by
Kerwin
Committed by
GitHub
Aug 10, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Optimize code style import order. (#853)
parent
6376b32d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
checkstyle.xml
style/checkstyle.xml
+2
-2
No files found.
style/checkstyle.xml
View file @
c0355b5f
...
@@ -222,10 +222,10 @@
...
@@ -222,10 +222,10 @@
<module
name=
"UnusedImports"
/>
<module
name=
"UnusedImports"
/>
<module
name=
"ImportOrder"
>
<module
name=
"ImportOrder"
>
<property
name=
"staticGroups"
value=
"
org.apache.dolphinscheduler
,org.apache,java,javax,org,com"
/>
<property
name=
"staticGroups"
value=
"
com.dlink
,org.apache,java,javax,org,com"
/>
<property
name=
"separatedStaticGroups"
value=
"true"
/>
<property
name=
"separatedStaticGroups"
value=
"true"
/>
<property
name=
"groups"
value=
"
org.apache.dolphinscheduler
,org.apache,java,javax,org,com"
/>
<property
name=
"groups"
value=
"
com.dlink
,org.apache,java,javax,org,com"
/>
<property
name=
"ordered"
value=
"true"
/>
<property
name=
"ordered"
value=
"true"
/>
<property
name=
"separated"
value=
"true"
/>
<property
name=
"separated"
value=
"true"
/>
<property
name=
"option"
value=
"top"
/>
<property
name=
"option"
value=
"top"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment