OSDN Git Service

パッケージ移動
[mikutoga/TogaGem.git] / src / main / java / jp / sfjp / mikutoga / corelib / EmptyProxyFactory.java
index 360074a..bbfba54 100644 (file)
@@ -17,7 +17,7 @@ import java.lang.reflect.Proxy;
 public final class EmptyProxyFactory {
 
     /** 何もせず何も返さないInvoker。 */
-    public static InvocationHandler NOTHING_INVOKER = new Nothing();
+    public static final InvocationHandler NOTHING_INVOKER = new Nothing();
 
 
     /**