Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/14/10 01:06:17 (14 years ago)
Author:
epitzer
Message:

Merge StorableClassType.Empty into StorableClassType.MarkedOnly and make it the default if not specified (#548)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Selection/3.3/RightReducer.cs

    r2994 r3017  
    2929  /// </summary>
    3030  [Item("RightReducer", "An operator which reduces to the sub-scopes of the rightmost sub-scope of the current scope.")]
    31   [StorableClass(StorableClassType.Empty)]
     31  [StorableClass]
    3232  [Creatable("Test")]
    3333  public sealed class RightReducer : Reducer {
Note: See TracChangeset for help on using the changeset viewer.