From a8712efedef9c00b68ec37e8081930a51e3cf548 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Mon, 22 Feb 2010 21:34:12 +0100 Subject: [PATCH] Make groovy plugin build --- .../org/jetbrains/plugins/groovy/dsl/GroovyEnhancerConsumer.groovy | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 +} -- 2.11.4.GIT