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