File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
idea-plugin/src/main/java/com/palantir/javaformat/intellij Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 1616
1717package com .palantir .javaformat .intellij ;
1818
19- import com .intellij .formatting .service .FormattingNotificationService ;
20- import com .intellij .openapi .project .Project ;
21-
2219class Notifications {
2320
2421 static final String GENERIC_ERROR_NOTIFICATION_GROUP = "palantir-java-format error" ;
@@ -28,12 +25,4 @@ class Notifications {
2825 static String parsingErrorMessage (String filename ) {
2926 return "palantir-java-format failed. Does " + filename + " have syntax errors?" ;
3027 }
31-
32- static void displayParsingErrorNotification (Project project , String filename ) {
33- FormattingNotificationService .getInstance (project )
34- .reportError (
35- Notifications .PARSING_ERROR_NOTIFICATION_GROUP ,
36- Notifications .PARSING_ERROR_TITLE ,
37- Notifications .parsingErrorMessage (filename ));
38- }
3928}
You can’t perform that action at this time.
0 commit comments