Browse Source

RangeConstraint: Fix comment

accumulation-v4.7
Joachim Klein 7 years ago
committed by GitHub
parent
commit
36b5c49e84
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      prism/src/settings/RangeConstraint.java

2
prism/src/settings/RangeConstraint.java

@ -33,7 +33,7 @@ public class RangeConstraint extends NumericConstraint
private double lower, upper;
private boolean inclusiveLower, inclusiveUpper;
/** Creates a new instance of DoubleRangeConstraint */
/** Creates a new instance of RangeConstraint */
public RangeConstraint(String parseThis)
{
StringTokenizer tokens = new StringTokenizer(parseThis, ",");

Loading…
Cancel
Save