sequence mappings and DbRef mapping objects unified and source binding for castor...
[vamsas.git] / src / uk / ac / vamsas / objects / core / Seg.java
index 4a7c031..5174b80 100644 (file)
@@ -114,6 +114,8 @@ implements java.io.Serializable
         if (obj instanceof Seg) {\r
         \r
             Seg temp = (Seg)obj;\r
+            boolean thcycle;\r
+            boolean tmcycle;\r
             if (this._start != temp._start)\r
                 return false;\r
             if (this._has_start != temp._has_start)\r