From: gmungoc Date: Fri, 3 Oct 2014 11:19:59 +0000 (+0100) Subject: JAL-1264 javadoc update X-Git-Tag: Jalview_2_9~169^2~22^2~19 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=ab4788fa5cf6a8a7f7089d8d222a3be8ddb7a13b;p=jalview.git JAL-1264 javadoc update --- diff --git a/src/jalview/gui/PopupMenu.java b/src/jalview/gui/PopupMenu.java index 260bcc5..6042ab8 100644 --- a/src/jalview/gui/PopupMenu.java +++ b/src/jalview/gui/PopupMenu.java @@ -798,9 +798,7 @@ public class PopupMenu extends JPopupMenu /** * Add annotation types to a 'Show annotations' or 'Hide annotations' menu. * "All" is added first, followed by a separator. Then add any annotation - * types associated with the current selection. The second parameter controls - * whether we include only currently visible annotation types (for the Hide - * menu), or only currently hidden annotation types (for the Show menu). + * types associated with the current selection. *

* Some annotation rows are always rendered together - these can be identified * by a common graphGroup property > -1. Only one of each group will be marked