- Timestamp:
- 07/08/14 18:44:25 (10 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 10745
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Core/3.3/Constraints/ComparisonConstraint.cs
r9456 r11137 37 37 } 38 38 public ComparisonConstraint(IItem constrainedValue, ConstraintOperation comparisonOperation, object comparisonValue, bool active) 39 : base(constrainedValue, comparisonOperation, comparison Operation, active) {39 : base(constrainedValue, comparisonOperation, comparisonValue, active) { 40 40 } 41 41
Note: See TracChangeset
for help on using the changeset viewer.