Changeset 14138 for stable/HeuristicLab.Optimization
- Timestamp:
- 07/21/16 04:57:48 (8 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 14136
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Optimization
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Optimization merged: 14136
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Optimization/3.3/Results/ResultParameter.cs
r14133 r14138 40 40 get { return resultCollectionName; } 41 41 set { 42 if (value == null) throw new ArgumentNullException();43 42 if (string.IsNullOrWhiteSpace(value)) throw new ArgumentNullException(); 44 else if (! resultCollectionName.Equals(value)) {43 else if (!value.Equals(resultCollectionName)) { 45 44 resultCollectionName = value; 46 45 OnResultCollectionNameChanged();
Note: See TracChangeset
for help on using the changeset viewer.