From: j.procter@dundee.ac.uk Date: Fri, 12 Sep 2014 15:55:14 +0000 (+0100) Subject: JAL-535 tidy interface definition and documentation X-Git-Tag: Jalview_2_9~175^2~5 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=6b89b11e2e9b551714d3a3ff6dd7d6365556afc7;p=jalview.git JAL-535 tidy interface definition and documentation --- diff --git a/src/jalview/api/AlignViewControllerI.java b/src/jalview/api/AlignViewControllerI.java index fadc09e..35f084f 100644 --- a/src/jalview/api/AlignViewControllerI.java +++ b/src/jalview/api/AlignViewControllerI.java @@ -27,10 +27,13 @@ package jalview.api; * * All operations should return true if the view has changed as a result * of the operation - * @param + * + * The controller holds methods that operate on an alignment view, + * modifying its state in some way that may result in side effects + * reflected in an associated GUI * */ -public interface AlignViewControllerI +public interface AlignViewControllerI { public boolean makeGroupsFromSelection();