Skip to content

Commit

Permalink
addressed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alexksikes committed Dec 16, 2014
1 parent 3924eb2 commit edf6456
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public Stats(long queryCount, long queryTimeInMillis, long queryCurrent, long fe
}

public Stats(Stats stats) {
this.add(stats);
this(stats.queryCount, stats.queryTimeInMillis, stats.queryCurrent, stats.fetchCount, stats.fetchTimeInMillis, stats.fetchCurrent);
}

public void add(Stats stats) {
Expand Down

0 comments on commit edf6456

Please sign in to comment.