X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fio%2Fvamsas%2FDatastoreRegistry.java;h=ff7a764349faf810cb577ee2a49e150dac008317;hb=37de9310bec3501cbc6381e0c3dcb282fcaad812;hp=9ecd36c6ba985bab473bd0a69cfc952c368cfb04;hpb=17e77c3f2949a0729322b4a8d907f3f34b6a9914;p=jalview.git diff --git a/src/jalview/io/vamsas/DatastoreRegistry.java b/src/jalview/io/vamsas/DatastoreRegistry.java index 9ecd36c..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) - * 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(); } }