Author: erwan
Date: Sat Aug  4 16:23:21 2012
New Revision: 1369360

URL: http://svn.apache.org/viewvc?rev=1369360&view=rev
Log:
correcting an error with my search and replace at rev 1369357

Modified:
    
ofbiz/trunk/framework/base/src/org/ofbiz/base/container/GroovyShellContainer.java

Modified: 
ofbiz/trunk/framework/base/src/org/ofbiz/base/container/GroovyShellContainer.java
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/src/org/ofbiz/base/container/GroovyShellContainer.java?rev=1369360&r1=1369359&r2=1369360&view=diff
==============================================================================
--- 
ofbiz/trunk/framework/base/src/org/ofbiz/base/container/GroovyShellContainer.java
 (original)
+++ 
ofbiz/trunk/framework/base/src/org/ofbiz/base/container/GroovyShellContainer.java
 Sat Aug  4 16:23:21 2012
@@ -33,7 +33,6 @@ public class GroovyShellContainer implem
     private GroovyService gsh = null;
 
     @Override
-    @Override
     public void init(String[] args, String name, String configFile) {
         this.name = name;
         configFileLocation = configFile;


Reply via email to