Changeset 414


Ignore:
Timestamp:
11/20/08 14:16:13 (16 years ago)
Author:
ra33
Message:

Tree stats now DONT include the stats for the current session...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/stats/TreeStats.java

    r121 r414  
    2626        public TreeStats(Frame topFrame, Set<String> visited) {
    2727                super(topFrame);
     28                //TreeStats doesnt include the current session.
     29                _active = topFrame.getActiveTime().getTime();
     30                _dark = topFrame.getDarkTime().getTime();
     31                _sessions -= 1;
     32
    2833                visited.add(_name.toLowerCase());
    2934                MessageBay.overwriteMessage("Computed: " + _name);
Note: See TracChangeset for help on using the changeset viewer.