Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 7cfee9e024fec4426074c9418dfe4905 > files > 4

groovy-1.8.9-5.1.mga5.src.rpm

--- groovy-1.8.9/src/main/org/codehaus/groovy/runtime/MethodClosure.java.orig	2015-07-27 15:18:49.930409601 -0400
+++ groovy-1.8.9/src/main/org/codehaus/groovy/runtime/MethodClosure.java	2015-07-27 15:17:22.740117053 -0400
@@ -65,4 +65,8 @@ public class MethodClosure extends Closu
             return getMethod();
         } else  return super.getProperty(property);        
     }
+
+    private Object readResolve() {
+	throw new UnsupportedOperationException();
+    }
 }