PyDumbAwareAnnotator: add final to EP_NAME
authorYann Cébron <yann.cebron@jetbrains.com>
Wed, 28 Oct 2015 19:41:53 +0000 (20:41 +0100)
committerYann Cébron <yann.cebron@jetbrains.com>
Wed, 28 Oct 2015 19:41:53 +0000 (20:41 +0100)
python/src/com/jetbrains/python/validation/PyDumbAwareAnnotator.java

index cb0c28549aa0461e8705e9a914b91eed867df348..c0b9c413673c1f03ac0806e7051054c9089d9f8a 100644 (file)
@@ -29,7 +29,7 @@ import org.jetbrains.annotations.NotNull;
  * @author yole
  */
 public class PyDumbAwareAnnotator implements Annotator, DumbAware {
-  public static ExtensionPointName<PyAnnotator> EP_NAME = ExtensionPointName.create("Pythonid.dumbAnnotator");
+  public static final ExtensionPointName<PyAnnotator> EP_NAME = ExtensionPointName.create("Pythonid.dumbAnnotator");
   private final PyAnnotator[] myAnnotators;
 
   public PyDumbAwareAnnotator() {