JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / datamodel / ContactMapHolder.java
index 3a64917..45c0d18 100644 (file)
@@ -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<ContactMatrixI>(contactmaps.values());
     }
     return Collections.EMPTY_LIST;