Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > bdbe8ee81748df660abeb99af85e7582 > files > 8

intellij-idea-9.0.1.94.399-10.fc13.src.rpm

From f6ca89f4610afd6fad0afb1c968f3b1dec2debf2 Mon Sep 17 00:00:00 2001
From: Lubomir Rintel <lkundrak@v3.sk>
Date: Mon, 22 Feb 2010 21:34:12 +0100
Subject: [PATCH 08/15] Make groovy plugin build

---
 .../groovy/dsl/GroovyEnhancerConsumer.groovy       |    5 +++--
 1 files 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 44c4a1e..c654481 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<String, String> parameters)
-}
\ No newline at end of file
+}
-- 
1.7.0.1