Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/18/09 14:41:05 (15 years ago)
Author:
cbahner
Message:

#519 test cases + code review

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Visualization/3.2/AvgAggregator.cs

    r1605 r1607  
    2222    #endregion
    2323
    24     private List<IDataRow> dataRowWatches = new List<IDataRow>();
     24    private readonly List<IDataRow> dataRowWatches = new List<IDataRow>();
    2525    private double curAvgValue;
    2626
     
    126126    }
    127127
    128     public override void RemoveValues(int index, int count) {
     128    public override void RemoveValues(int index, int countVals) {
    129129      throw new NotSupportedException();
    130130    }
Note: See TracChangeset for help on using the changeset viewer.