Marcin Floryan
2012-11-03 856c8a2ad521064d69b2b50003c1df382d375013
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) {