X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fgui%2FAppVarna.java;h=3a647169a8eb2ead5c32b31e7536cee61c0703d2;hb=4f77328104498504339216829abf5ea87e2791ec;hp=bb4528f4f13df03db52323f91e065d50797c99bd;hpb=2b8c0785318a3528e1876e8e2dd48b7d831eae69;p=jalview.git diff --git a/src/jalview/gui/AppVarna.java b/src/jalview/gui/AppVarna.java index bb4528f..3a64716 100644 --- a/src/jalview/gui/AppVarna.java +++ b/src/jalview/gui/AppVarna.java @@ -80,11 +80,11 @@ public class AppVarna extends JInternalFrame * Lookup for sequence and annotation mapped to each RNA in the viewer. Using * a linked hashmap means that order is preserved when saved to the project. */ - private Map models = new LinkedHashMap<>(); + private Map models = new LinkedHashMap(); - private Map offsets = new Hashtable<>(); + private Map offsets = new Hashtable(); - private Map offsetsInv = new Hashtable<>(); + private Map offsetsInv = new Hashtable(); private JSplitPane split;