typo
authorDmitry Batkovich <dmitry.batkovich@jetbrains.com>
Thu, 11 Aug 2016 14:38:57 +0000 (17:38 +0300)
committerDmitry Batkovich <dmitry.batkovich@jetbrains.com>
Thu, 11 Aug 2016 14:38:57 +0000 (17:38 +0300)
java/java-impl/src/com/intellij/codeInspection/deadCode/UnusedDeclarationPresentation.java

index e51e6f9a411bb6753b01af0375011b4655eaa679..43808841410d88f8ff01de87101705ef20bdb98f 100644 (file)
@@ -89,7 +89,7 @@ public class UnusedDeclarationPresentation extends DefaultInspectionToolPresenta
 
   private enum UnusedDeclarationHint {
     COMMENT("Commented out"),
-    DELETE("Deleted"),;
+    DELETE("Deleted");
 
     private final String myDescription;