From: Lubomir Rintel Date: Mon, 22 Feb 2010 20:34:12 +0000 (+0100) Subject: Make groovy plugin build X-Git-Url: https://repo.or.cz/w/fedora-idea.git/commitdiff_plain/a8712efedef9c00b68ec37e8081930a51e3cf548 Make groovy plugin build --- diff --git a/plugins/groovy/src/org/jetbrains/plugins/groovy/dsl/GroovyEnhancerConsumer.groovy b/plugins/groovy/src/org/jetbrains/plugins/groovy/dsl/GroovyEnhancerConsumer.groovy index 44c4a1e6f4..c65448156a 100644 --- a/plugins/groovy/src/org/jetbrains/plugins/groovy/dsl/GroovyEnhancerConsumer.groovy +++ b/plugins/groovy/src/org/jetbrains/plugins/groovy/dsl/GroovyEnhancerConsumer.groovy @@ -5,6 +5,7 @@ package org.jetbrains.plugins.groovy.dsl */ interface GroovyEnhancerConsumer { - @Delegate void property(String name, String type) + //@Delegate void property(String name, String type) + void property(String name, String type) void method(String name, String type, LinkedHashMap parameters) -} \ No newline at end of file +}