Revision: 17903
          http://sourceforge.net/p/gate/code/17903
Author:   johann_p
Date:     2014-04-25 14:54:26 +0000 (Fri, 25 Apr 2014)
Log Message:
-----------
Remove the import of gate.util.* from the template,
since this will cause a clsasname clash in Java 8
between java.util.Optional and our own 
gate.creole.metadata.Optional if a Resource 
is using @Optional anywhere.

Modified Paths:
--------------
    
gate/trunk/src/main/gate/resources/creole/bootstrap/Template/src/template/___CLASSNAME___.jav

Modified: 
gate/trunk/src/main/gate/resources/creole/bootstrap/Template/src/template/___CLASSNAME___.jav
===================================================================
--- 
gate/trunk/src/main/gate/resources/creole/bootstrap/Template/src/template/___CLASSNAME___.jav
       2014-04-25 01:22:47 UTC (rev 17902)
+++ 
gate/trunk/src/main/gate/resources/creole/bootstrap/Template/src/template/___CLASSNAME___.jav
       2014-04-25 14:54:26 UTC (rev 17903)
@@ -18,8 +18,6 @@
 
 package ___PACKAGE___;
 
-import java.util.*;
-
 import gate.*;
 import gate.creole.*;
 import gate.creole.metadata.*;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to