Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/22/10 18:55:13 (13 years ago)
Author:
swinkler
Message:

Removed attributes Storable and StorableClass from tree formatters. (#1270)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis.Extensions/HeuristicLab.Problems.DataAnalysis/3.3/Symbolic/Formatters/SymbolicExpressionTreeSmalltalkStringFormatter.cs

    r4869 r4906  
    3030
    3131  [Item("SymbolicExpressionTreeSmalltalkStringFormatter", "String formatter for string representations of symbolic expression trees in Smalltalk syntax.")]
    32   [StorableClass]
    3332  public class SymbolicExpressionTreeSmalltalkStringFormatter : NamedItem, ISymbolicExpressionTreeStringFormatter {
    3433
    35     [StorableConstructor]
    36     protected SymbolicExpressionTreeSmalltalkStringFormatter(bool deserializing) : base(deserializing) { }
    3734    protected SymbolicExpressionTreeSmalltalkStringFormatter(SymbolicExpressionTreeSmalltalkStringFormatter original, Cloner cloner) : base(original, cloner) { }
    3835    public SymbolicExpressionTreeSmalltalkStringFormatter()
Note: See TracChangeset for help on using the changeset viewer.