Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/22/10 03:25:21 (14 years ago)
Author:
swagner
Message:

Removed Creatable test attribute (#935).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators/3.3/SequentialSubScopesProcessor.cs

    r3017 r3160  
    2828  /// </summary>
    2929  [Item("SequentialSubScopesProcessor", "An operator which contains multiple operators of which each is applied sequentially on one sub-scope of the current scope. The first operator is applied on the first sub-scope, the second on the second, and so on.")]
    30   [Creatable("Test")]
    3130  [StorableClass]
    3231  public sealed class SequentialSubScopesProcessor : MultipleCallsOperator {
Note: See TracChangeset for help on using the changeset viewer.