Revision: 14855
          http://gate.svn.sourceforge.net/gate/?rev=14855&view=rev
Author:   markagreenwood
Date:     2011-12-23 18:18:37 +0000 (Fri, 23 Dec 2011)
Log Message:
-----------
make the mapping class serializable as there is no reason it shouldn't be

Modified Paths:
--------------
    gate/trunk/src/gate/creole/annotransfer/AnnotationSetTransfer.java

Modified: gate/trunk/src/gate/creole/annotransfer/AnnotationSetTransfer.java
===================================================================
--- gate/trunk/src/gate/creole/annotransfer/AnnotationSetTransfer.java  
2011-12-23 18:00:55 UTC (rev 14854)
+++ gate/trunk/src/gate/creole/annotransfer/AnnotationSetTransfer.java  
2011-12-23 18:18:37 UTC (rev 14855)
@@ -253,7 +253,7 @@
     this.transferAllUnlessFound = value;
   }
 
-  class Mapping {
+  static class Mapping implements Serializable {
     String oldName, newName;
 
     // TODO implement the renaming of features as well as annotations

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


------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to