James Moger
2011-10-18 ee25c8391c07dc59dc7cb9b3ff8b1b30dcbd2fcd
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) {