JAL-629 Added linkedId to ArgValuesMap for reference. Updated Arg descriptions. Made...
[jalview.git] / src / jalview / bin / argparser / ArgValue.java
index 36901df..1643713 100644 (file)
@@ -11,6 +11,8 @@ public class ArgValue implements Comparable<ArgValue>
 
   private String value;
 
+  // This id is set by a subVal id= to identify the product of this ArgValue
+  // later. Set but not currently used.
   private String id;
 
   private SubVals subVals;