updated jalview version of dasobert 1.53e client and added Das Sequence Source discov...
[jalview.git] / src / org / biojava / dasobert / dasregistry / DasCoordinateSystem.java
index 4cb6212..48508d9 100755 (executable)
@@ -83,6 +83,15 @@ public class DasCoordinateSystem
 
     return match;
   }
+  
+    public int hashCode() {
+        int h = 7;
+        
+        h = 31 * h + ( null == name ? 0 : name.hashCode());
+        h = 31 * h + ( null == category ? 0 : category.hashCode());
+        
+        return h;
+    }
 
   public Object clone()
   {