formatting
[jalview.git] / src / jalview / ws / WSMenuEntryProviderI.java
index fc0bdb3..bfc3e73 100644 (file)
@@ -25,7 +25,9 @@ public interface WSMenuEntryProviderI
 {
   /**
    * Called by the AlignFrame web service menu constructor to enable a service
-   * instance to add menu entries. Usually, any actionperformed methods associated with menu items will create new instances of GUI classes to handle the action in a thread-safe manner. 
+   * instance to add menu entries. Usually, any actionperformed methods
+   * associated with menu items will create new instances of GUI classes to
+   * handle the action in a thread-safe manner.
    * 
    * @param wsmenu
    *          the menu to which any menu entries/sub menus are to be attached