JAL-3253 JAL-3442 just comment tidying
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Wed, 2 Oct 2019 07:54:29 +0000 (08:54 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Wed, 2 Oct 2019 07:54:29 +0000 (08:54 +0100)
src/jalview/api/AlignViewportI.java
src/jalview/api/FeatureRenderer.java
src/jalview/renderer/seqfeatures/FeatureRenderer.java

index cec61f4..4016c75 100644 (file)
@@ -199,13 +199,7 @@ public interface AlignViewportI extends ViewStyleI
    * Sets the colour scheme for the background alignment (as distinct from
    * sub-groups, which may have their own colour schemes). A null value is used
    * for no residue colour (white).
-   * 
-   * BH Note: It is critical that any call to
-   * AlignViewportI.setGlobalColourScheme is followed closely, if not
-   * immediately, by a call to AlignPanel.repaint(true, true) so that the
-   * overview is updated. When that happens, the sequence overview color caches
-   * are cleared.
-   * 
+   *
    * @param cs
    */
   void setGlobalColourScheme(ColourSchemeI cs);
index 6caa1c7..404c497 100644 (file)
@@ -125,7 +125,7 @@ public interface FeatureRenderer
   List<String> getFeatureGroups();
 
   /**
-   * get groups that are visible/invisible -- JalviewLite only?
+   * get groups that are visible/invisible
    * 
    * @param visible
    * @return
@@ -133,7 +133,7 @@ public interface FeatureRenderer
   List<String> getGroups(boolean visible);
 
   /**
-   * Set visibility for a list of groups -- JalviewLite only?
+   * Set visibility for a list of groups
    * 
    * @param toset
    * @param visible
index cccd916..9751e0b 100644 (file)
@@ -300,9 +300,6 @@ public class FeatureRenderer extends FeatureRendererModel
       Graphics2D g2 = (Graphics2D) g;
       g2.setComposite(AlphaComposite.getInstance(AlphaComposite.SRC_OVER,
               transparency));
-      // ((Graphics2D) g).setComposite(
-      // AlphaComposite.getInstance(AlphaComposite.SRC_OVER,
-      // transparency));
     }
 
     Color drawnColour = null;