Mohamed MOUNIROU
2011-10-04 134a895dbf6db6b9784f165a3a577d6059949169
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) {