Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
336ff507
Commit
336ff507
authored
6 years ago
by
Rustam Vishnyakov
Browse files
Options
Download
Email Patches
Plain Diff
Cleanup (unused imports)
parent
3bb76363
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
platform/lang-api/src/com/intellij/application/options/CodeStyle.java
+0
-3
...g-api/src/com/intellij/application/options/CodeStyle.java
with
0 additions
and
3 deletions
+0
-3
platform/lang-api/src/com/intellij/application/options/CodeStyle.java
+
0
-
3
View file @
336ff507
...
...
@@ -13,13 +13,10 @@ import com.intellij.psi.PsiFile;
import
com.intellij.psi.codeStyle.*
;
import
com.intellij.psi.util.CachedValueProvider
;
import
com.intellij.psi.util.CachedValuesManager
;
import
org.jetbrains.annotations.ApiStatus
;
import
org.jetbrains.annotations.NotNull
;
import
org.jetbrains.annotations.Nullable
;
import
org.jetbrains.annotations.TestOnly
;
import
java.lang.annotation.Documented
;
/**
* Utility class for miscellaneous code style settings retrieving methods.
*/
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help