Merge branch 'develop' into spike/JAL-4047/JAL-4048_columns_in_sequenceID
[jalview.git] / src / jalview / bin / argparser / ArgValue.java
index f76b757..3467f61 100644 (file)
@@ -19,8 +19,10 @@ public class ArgValue implements Comparable<ArgValue>
    */
   private Type type = null;
 
-  // This id is set by a subVal id= to identify the product of this ArgValue
-  // later. Set but not currently used.
+  /*
+   * 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;