JAL-2691 cached view combo box value javadoc
authorJim Procter <jprocter@issues.jalview.org>
Sun, 27 Aug 2017 13:17:30 +0000 (14:17 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Sun, 27 Aug 2017 13:20:35 +0000 (14:20 +0100)
src/jalview/jbgui/GStructureChooser.java

index 3e6cd2a..7c4672a 100644 (file)
@@ -165,6 +165,9 @@ public abstract class GStructureChooser extends JPanel
 
   protected static final String VIEWS_ENTER_ID = "VIEWS_ENTER_ID";
 
+  /**
+   * 'cached' structure view
+   */
   protected static final String VIEWS_LOCAL_PDB = "VIEWS_LOCAL_PDB";
 
   protected JTable tbl_local_pdb = new JTable();