- Timestamp:
- 11/20/19 15:01:31 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Encodings.ScheduleEncoding/3.3/ScheduleEncoding/Schedule.cs
r17226 r17359 24 24 using System.Linq; 25 25 using System.Text; 26 using HEAL.Attic; 26 27 using HeuristicLab.Common; 27 28 using HeuristicLab.Core; 28 using HEAL.Attic;29 29 30 30 namespace HeuristicLab.Encodings.ScheduleEncoding { … … 54 54 55 55 [StorableConstructor] 56 pr ivateSchedule(StorableConstructorFlag _) : base(_) { }56 protected Schedule(StorableConstructorFlag _) : base(_) { } 57 57 private Schedule(Schedule original, Cloner cloner) 58 58 : base(original, cloner) {
Note: See TracChangeset
for help on using the changeset viewer.