Free cookie consent management tool by TermsFeed Policy Generator

Changeset 4155


Ignore:
Timestamp:
08/04/10 17:57:29 (14 years ago)
Author:
mkommend
Message:

corrected comment in Constraint.Clone (ticket #1129)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core/3.3/Constraints/Constraint.cs

    r4153 r4155  
    185185    public override IDeepCloneable Clone(HeuristicLab.Common.Cloner cloner) {
    186186      Constraint clone = (Constraint)base.Clone(cloner);
    187       clone.constrainedValue = null;  //mkommend: intentional set to null and must be reset in the clone
     187      clone.constrainedValue = null;  //mkommend: intentionally set to null;
    188188
    189189      IItem constraintDataItem = this.constraintData as IItem;
Note: See TracChangeset for help on using the changeset viewer.