JAL-3592 logic question
authorBobHanson <hansonr@stolaf.edu>
Tue, 7 Apr 2020 22:25:33 +0000 (17:25 -0500)
committerBobHanson <hansonr@stolaf.edu>
Tue, 7 Apr 2020 22:25:33 +0000 (17:25 -0500)
src/jalview/viewmodel/AlignmentViewport.java

index 4116c3b..21f9dae 100644 (file)
@@ -1215,6 +1215,13 @@ public abstract class AlignmentViewport
 
   public void setSequenceSetId(String newid)
   {
+    // // BH 2020.04.07 do we need to do this if it is the same?
+    // // (Jalview project files)
+    // if (newid.equals(sequenceSetID))
+    // {
+    // return;
+    // }
+
     if (sequenceSetID != null)
     {
       System.err.println(