Revision: 17481
          http://sourceforge.net/p/gate/code/17481
Author:   adamfunk
Date:     2014-02-27 17:02:59 +0000 (Thu, 27 Feb 2014)
Log Message:
-----------
All working & serializable now

Modified Paths:
--------------
    
gate/branches/termraider-refactoring/plugins/TermRaider/src/gate/termraider/util/ScoreType.java

Modified: 
gate/branches/termraider-refactoring/plugins/TermRaider/src/gate/termraider/util/ScoreType.java
===================================================================
--- 
gate/branches/termraider-refactoring/plugins/TermRaider/src/gate/termraider/util/ScoreType.java
     2014-02-27 16:54:28 UTC (rev 17480)
+++ 
gate/branches/termraider-refactoring/plugins/TermRaider/src/gate/termraider/util/ScoreType.java
     2014-02-27 17:02:59 UTC (rev 17481)
@@ -11,9 +11,14 @@
  */
 package gate.termraider.util;
 
+import java.io.Serializable;
 
-public class ScoreType implements Comparable<ScoreType> {
 
+public class ScoreType 
+implements Comparable<ScoreType>, Serializable {
+
+  private static final long serialVersionUID = 2475508487229559804L;
+  
   private String string;
   private String normalizedString;
   

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


------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to