Revision: 19856
          http://sourceforge.net/p/gate/code/19856
Author:   markagreenwood
Date:     2016-12-12 05:21:10 +0000 (Mon, 12 Dec 2016)
Log Message:
-----------
code tidying

Modified Paths:
--------------
    
gate/branches/sawdust2/Test-Utils/src/main/java/gate/test/GATEPluginTestCase.java

Modified: 
gate/branches/sawdust2/Test-Utils/src/main/java/gate/test/GATEPluginTestCase.java
===================================================================
--- 
gate/branches/sawdust2/Test-Utils/src/main/java/gate/test/GATEPluginTestCase.java
   2016-12-12 02:22:57 UTC (rev 19855)
+++ 
gate/branches/sawdust2/Test-Utils/src/main/java/gate/test/GATEPluginTestCase.java
   2016-12-12 05:21:10 UTC (rev 19856)
@@ -64,8 +64,10 @@
 
        class PluginUnderTest extends Plugin.Maven {
 
-               private File creoleFile;
+    private static final long serialVersionUID = -7173026992962397847L;
 
+    private File creoleFile;
+
                public PluginUnderTest(File creoleFile, String group, String 
artifact,
                                String version) throws MalformedURLException {
                        super(group, artifact, version);

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


------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to