JAL-1517 source formatting
[jalview.git] / src / jalview / api / AlignViewControllerGuiI.java
index 32fcd3e..b9638e5 100644 (file)
  * The Jalview Authors are detailed in the 'AUTHORS' file.
  */
 package jalview.api;
+
 /**
- * Interface implemented by gui implementations managing a Jalview Alignment View
+ * Interface implemented by gui implementations managing a Jalview Alignment
+ * View
+ * 
  * @author jimp
- *
+ * 
  */
 public interface AlignViewControllerGuiI
 {
 
   /**
    * display the given string in the GUI's status bar
+   * 
    * @param string
    */
   void setStatus(String string);