From ab4788fa5cf6a8a7f7089d8d222a3be8ddb7a13b Mon Sep 17 00:00:00 2001 From: gmungoc Date: Fri, 3 Oct 2014 12:19:59 +0100 Subject: [PATCH] JAL-1264 javadoc update --- src/jalview/gui/PopupMenu.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 1.7.10.2