apply version 2.7 copyright
[jalview.git] / src / jalview / io / vamsas / DatastoreItem.java
index f2d49e7..1a5a1ea 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.6)
- * Copyright (C) 2010 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.7)
+ * Copyright (C) 2011 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle
  * 
  * This file is part of Jalview.
  * 
@@ -200,7 +200,7 @@ public abstract class DatastoreItem
     {
       jv2vobj.put(newjvobject, vobject);
       vobj2jv.put(vobject, newjvobject);
-      updateRegistryEntry(newjvobject, (Vobject) vobject);
+      updateRegistryEntry(newjvobject, vobj);
     }
   }