JAL-2629 adjust log parameter slightly and reduce granularity
[jalview.git] / src / jalview / api / AlignViewportI.java
index 471e136..a35c2a4 100644 (file)
@@ -517,8 +517,16 @@ public interface AlignViewportI extends ViewStyleI
 
   void setSequenceInformationHash(ProfilesI info, int index);
 
+  /**
+   * Initiates the information annotation for all uninitiated sequences.
+   */
   void initInformation();
 
+  /**
+   * Updates all information annotations.
+   * 
+   * @param ap
+   */
   void updateInformation(AlignmentViewPanel ap);
 
 }