Revision: 14856
          http://gate.svn.sourceforge.net/gate/?rev=14856&view=rev
Author:   markagreenwood
Date:     2011-12-23 18:19:52 +0000 (Fri, 23 Dec 2011)
Log Message:
-----------
more serializable fixes

Modified Paths:
--------------
    gate/trunk/src/gate/fsm/RuleTime.java

Modified: gate/trunk/src/gate/fsm/RuleTime.java
===================================================================
--- gate/trunk/src/gate/fsm/RuleTime.java       2011-12-23 18:18:37 UTC (rev 
14855)
+++ gate/trunk/src/gate/fsm/RuleTime.java       2011-12-23 18:19:52 UTC (rev 
14856)
@@ -13,11 +13,13 @@
  */
 package gate.fsm;
 
+import java.io.Serializable;
+
 /**
  * @author andrew
  *
  */
-public class RuleTime {
+public class RuleTime implements Serializable {
   private long timeSpent;
   final private String ruleName;
   RuleTime(long my_timeSpent, String my_ruleName) {

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