Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/27/13 15:31:25 (11 years ago)
Author:
rstoll
Message:

renaming somehow did not work as expected, here we go again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/PreprocessingDataStatisticInfo.cs

    r10161 r10162  
    33
    44namespace HeuristicLab.DataPreprocessing {
    5   class DatasetStatisticInfo : IDatasetStatisticInfo {
     5  class PreprocessingDataStatisticInfo : IPreprocessingDataStatisticInfo {
    66
    77    private IPreprocessingData preprocessingData;
    88
    9     public DatasetStatisticInfo(IPreprocessingData theDataSet) {
     9    public PreprocessingDataStatisticInfo(IPreprocessingData theDataSet) {
    1010      preprocessingData = theDataSet;
    1111    }
Note: See TracChangeset for help on using the changeset viewer.