Revision: 17596
          http://sourceforge.net/p/gate/code/17596
Author:   markagreenwood
Date:     2014-03-08 13:10:11 +0000 (Sat, 08 Mar 2014)
Log Message:
-----------
careful tidying of the ontology package

Modified Paths:
--------------
    gate/trunk/src/main/gate/creole/ontology/GateOntologyException.java
    gate/trunk/src/main/gate/creole/ontology/InvalidURIException.java
    gate/trunk/src/main/gate/creole/ontology/InvalidValueException.java

Modified: gate/trunk/src/main/gate/creole/ontology/GateOntologyException.java
===================================================================
--- gate/trunk/src/main/gate/creole/ontology/GateOntologyException.java 
2014-03-08 13:05:32 UTC (rev 17595)
+++ gate/trunk/src/main/gate/creole/ontology/GateOntologyException.java 
2014-03-08 13:10:11 UTC (rev 17596)
@@ -24,6 +24,8 @@
  */
 public class GateOntologyException extends GateRuntimeException {
 
+  private static final long serialVersionUID = -1627354204193778290L;
+
   public GateOntologyException() {
   }
 

Modified: gate/trunk/src/main/gate/creole/ontology/InvalidURIException.java
===================================================================
--- gate/trunk/src/main/gate/creole/ontology/InvalidURIException.java   
2014-03-08 13:05:32 UTC (rev 17595)
+++ gate/trunk/src/main/gate/creole/ontology/InvalidURIException.java   
2014-03-08 13:10:11 UTC (rev 17596)
@@ -18,9 +18,6 @@
 public class InvalidURIException extends GateRuntimeException {
   private static final long serialVersionUID = 4121418405812712500L;
 
-  /** Debug flag */
-  private static final boolean DEBUG = false;
-
   /**
    * Constructor
    */

Modified: gate/trunk/src/main/gate/creole/ontology/InvalidValueException.java
===================================================================
--- gate/trunk/src/main/gate/creole/ontology/InvalidValueException.java 
2014-03-08 13:05:32 UTC (rev 17595)
+++ gate/trunk/src/main/gate/creole/ontology/InvalidValueException.java 
2014-03-08 13:10:11 UTC (rev 17596)
@@ -20,9 +20,6 @@
 public class InvalidValueException extends GateException {
   private static final long serialVersionUID = 3833465093706036789L;
 
-  /** Debug flag */
-  private static final boolean DEBUG = false;
-
   /**
    * Constructor
    */

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


------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to