JAL-966 promote getName to an api method
[jalview.git] / src / jalview / gui / AlignmentPanel.java
index 5527f1e..2398bda 100644 (file)
@@ -1503,11 +1503,8 @@ public class AlignmentPanel extends GAlignmentPanel implements
     return av.getAlignment();
   }
 
-  /**
-   * get the name for this view
-   * 
-   * @return
-   */
+
+  @Override
   public String getViewName()
   {
     return av.viewName;