Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/11/14 12:07:15 (10 years ago)
Author:
gkronber
Message:

#2109: minor code cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/ArtificialAnt/GEArtificialAntProblem.cs

    r10968 r10974  
    128128    #endregion
    129129
    130     // BackwardsCompatibility3.3
    131     #region Backwards compatible code, remove with 3.4
    132     [Obsolete]
    133     [Storable(Name = "operators")]
    134     private IEnumerable<IOperator> oldOperators {
    135       get { return null; }
    136       set {
    137         if (value != null && value.Any())
    138           Operators.AddRange(value);
    139       }
    140     }
    141     #endregion
    142 
    143130    [StorableConstructor]
    144131    private GEArtificialAntProblem(bool deserializing) : base(deserializing) { }
Note: See TracChangeset for help on using the changeset viewer.