JAL-3303 suppressed for 2.11.1
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 5 Mar 2020 15:48:21 +0000 (15:48 +0000)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 5 Mar 2020 15:48:21 +0000 (15:48 +0000)
src/jalview/gui/SeqPanel.java

index 75bf0cc..cd1bc7b 100644 (file)
@@ -865,7 +865,8 @@ public class SeqPanel extends JPanel
     {
       setStatusMessage(results);
     }
-    return results.isEmpty() ? null : getHighlightInfo(results);
+    // JAL-3303 feature suppressed for now pending review
+    return null; // results.isEmpty() ? null : getHighlightInfo(results);
   }
 
   /**