JAL-3878 Annotation comments and questions
[jalview.git] / src / jalview / ws2 / operations / AnnotationOperation.java
index b2e3fc6..31ac0a8 100644 (file)
@@ -40,6 +40,10 @@ public class AnnotationOperation implements Operation
 
   boolean interactive = false;
 
+  /*
+   * Is it fine to get rid of AlignAnalysisUIText?
+   */
+
   public AnnotationOperation(WebServiceI service,
       ResultSupplier<List<AlignmentAnnotation>> annotSupplier,
       ResultSupplier<FeaturesFile> featSupplier, String operationName)
@@ -147,6 +151,7 @@ public class AnnotationOperation implements Operation
       var item = new JMenuItem(MessageManager.formatMessage(
           "label.calcname_with_default_settings", calcName));
       item.addActionListener((event) -> {
+        /* What is the purpose of AlignViewport and AlignmentViewPanel? */
         AlignViewport viewport = frame.getCurrentView();
         AlignmentViewPanel alignPanel = frame.alignPanel;
         var worker = new AnnotationServiceWorker(this, service,