update author list in license for (JAL-826)
[jalview.git] / src / jalview / ws / WSMenuEntryProviderI.java
index b7aa0ba..fc0bdb3 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.6)
- * Copyright (C) 2010 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.7)
+ * Copyright (C) 2011 J Procter, AM Waterhouse, J Engelhardt, LM Lui, G Barton, M Clamp, S Searle
  * 
  * This file is part of Jalview.
  * 
@@ -25,7 +25,7 @@ public interface WSMenuEntryProviderI
 {
   /**
    * Called by the AlignFrame web service menu constructor to enable a service
-   * instance to add menu entries.
+   * 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