Joachim Klein
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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, ","); |
|
|
|
|