James Moger
2012-01-08 e21181a6e65a96108a85e9eecca5f04e348760a0
src/com/gitblit/wicket/panels/CommitLegendPanel.java
@@ -74,7 +74,7 @@
      };
      add(legendsView);
   }
   protected Map<ChangeType, AtomicInteger> getChangedPathsStats(List<PathChangeModel> paths) {
      Map<ChangeType, AtomicInteger> stats = new HashMap<ChangeType, AtomicInteger>();
      for (PathChangeModel path : paths) {