Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/17/11 17:16:33 (13 years ago)
Author:
epitzer
Message:

check hooks by method name only (#1530)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceSpeedUp/HeuristicLab.Problems.DataAnalysis.Regression/3.3/Symbolic/SymbolicRegressionProblem.cs

    r5809 r6228  
    2828using HeuristicLab.Parameters;
    2929using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     30using HeuristicLab.PluginInfrastructure;
    3031using HeuristicLab.Problems.DataAnalysis.Regression.Symbolic.Analyzers;
    31 using HeuristicLab.PluginInfrastructure;
    3232
    3333namespace HeuristicLab.Problems.DataAnalysis.Regression.Symbolic {
     
    138138    #region Helpers
    139139    [StorableHook(HookType.AfterDeserialization)]
    140     private void AfterDeserializationHook() {
     140    private void AfterDeserialization() {
    141141      // BackwardsCompatibility3.3
    142142      #region Backwards compatible code (remove with 3.4)
Note: See TracChangeset for help on using the changeset viewer.