Revision: 19771
          http://sourceforge.net/p/gate/code/19771
Author:   markagreenwood
Date:     2016-11-22 14:49:31 +0000 (Tue, 22 Nov 2016)
Log Message:
-----------
removed the extra name field in the maven plugin impl that was hiding the 
trnasient field in the top level plugin class

Modified Paths:
--------------
    gate/branches/sawdust2/gate-core/src/main/java/gate/Plugin.java

Modified: gate/branches/sawdust2/gate-core/src/main/java/gate/Plugin.java
===================================================================
--- gate/branches/sawdust2/gate-core/src/main/java/gate/Plugin.java     
2016-11-22 12:05:53 UTC (rev 19770)
+++ gate/branches/sawdust2/gate-core/src/main/java/gate/Plugin.java     
2016-11-22 14:49:31 UTC (rev 19771)
@@ -414,8 +414,6 @@
     private static final long serialVersionUID = -6944695755723023537L;
     
     private String group, artifact, version;
-    
-    private String name;
 
     public Maven(String group, String artifact, String version) {
       this.group = group;

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


------------------------------------------------------------------------------
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to