Revision: 14857
          http://gate.svn.sourceforge.net/gate/?rev=14857&view=rev
Author:   markagreenwood
Date:     2011-12-23 18:20:09 +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:19:52 UTC (rev 
14856)
+++ gate/trunk/src/gate/fsm/RuleTime.java       2011-12-23 18:20:09 UTC (rev 
14857)
@@ -20,6 +20,9 @@
  *
  */
 public class RuleTime implements Serializable {
+
+  private static final long serialVersionUID = 1005996578872528959L;
+  
   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