X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fdatamodel%2FContactMapHolder.java;h=45c0d18773e044d9705a8eec53174c71c977a03d;hb=85299bc2db43c8b108169661ebc1c4d9b2d3d2e5;hp=3a64917fe64d3d6da309b8cb2e7fc524b1c470fc;hpb=d6e6893d922a0fca8fa0c716b714c162ad2b9714;p=jalview.git diff --git a/src/jalview/datamodel/ContactMapHolder.java b/src/jalview/datamodel/ContactMapHolder.java index 3a64917..45c0d18 100644 --- a/src/jalview/datamodel/ContactMapHolder.java +++ b/src/jalview/datamodel/ContactMapHolder.java @@ -18,7 +18,8 @@ public class ContactMapHolder implements ContactMapHolderI { if (contactmaps != null && contactmaps.size() > 0) { - // defensive copy, and return non redundant set of ContactMatrixI instances + // defensive copy, and return non redundant set of ContactMatrixI + // instances return new HashSet(contactmaps.values()); } return Collections.EMPTY_LIST;