OSDN Git Service

modify implicit/explicit modifiers.
[mikutoga/TogaGem.git] / src / main / java / jp / sfjp / mikutoga / pmd / parser / PmdUnifiedHandler.java
index c849e89..56a0c37 100644 (file)
@@ -24,7 +24,7 @@ public interface PmdUnifiedHandler
             PmdJointHandler {
 
     /** 何もしない統合ハンドラ。 */
-    PmdUnifiedHandler EMPTY =
+    public static final PmdUnifiedHandler EMPTY =
             (PmdUnifiedHandler)
             ( EmptyProxyFactory.buildEmptyProxy(PmdUnifiedHandler.class) );