Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/21/10 02:04:44 (15 years ago)
Author:
swagner
Message:

Abandoned policy that the names of all abstract base classes have to end in "Base" (#95)

File:
1 edited

Legend:

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

    r2653 r2664  
    3434  [EmptyStorableClass]
    3535  [Creatable("Test")]
    36   public class OperatorParameter : Parameter<IOperator>, IOperatorParameter {
     36  public class OperatorParameter : ItemParameter<IOperator>, IOperatorParameter {
    3737    public OperatorParameter()
    3838      : base("Anonymous", null) {
Note: See TracChangeset for help on using the changeset viewer.