X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fio%2Fvamsas%2FDatastoreRegistry.java;h=ff7a764349faf810cb577ee2a49e150dac008317;hb=3ca62ac09227ae36e2197050e8910382ea30f3fe;hp=b68a726ceb4441fbc077680c15553d734320d5e0;hpb=838e4f91d4a53dd315640dbc9ff6ef7a815ee576;p=jalview.git diff --git a/src/jalview/io/vamsas/DatastoreRegistry.java b/src/jalview/io/vamsas/DatastoreRegistry.java index b68a726..ff7a764 100644 --- a/src/jalview/io/vamsas/DatastoreRegistry.java +++ b/src/jalview/io/vamsas/DatastoreRegistry.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b1) - * Copyright (C) 2015 The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors * * This file is part of Jalview. * @@ -152,7 +152,8 @@ public class DatastoreRegistry return dsregitem; } - protected void finalize() + @Override + protected void finalize() throws Throwable { if (dsObjReg != null) { @@ -171,5 +172,6 @@ public class DatastoreRegistry { dsItemReg.clear(); } + super.finalize(); } }