James Moger
2011-10-21 4d44cf806ddfa8d051f2d6b1289fa3b67b0daf2e
src/com/gitblit/client/Utils.java
@@ -56,6 +56,7 @@
   public static void showException(Component c, Throwable t) {
      // TODO show the unexpected exception
      t.printStackTrace();
   }
   public static void packColumns(JTable table, int margin) {