X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Fbin%2Fargparser%2FArgValue.java;h=3467f61bccd106b048f112ea6413af0a276626f9;hb=bda60947eaabb464920b733509ace12e745f3910;hp=f76b7570cc07e65ca453b0aa1f5ae5557284d4bd;hpb=92c48abf7079358345432e020b72d025fc14f75d;p=jalview.git diff --git a/src/jalview/bin/argparser/ArgValue.java b/src/jalview/bin/argparser/ArgValue.java index f76b757..3467f61 100644 --- a/src/jalview/bin/argparser/ArgValue.java +++ b/src/jalview/bin/argparser/ArgValue.java @@ -19,8 +19,10 @@ public class ArgValue implements Comparable */ 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;