From fc42a53629eee92eb4155326841a270907640209 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Fri, 21 Oct 2011 17:48:48 -0400
Subject: [PATCH] Documentation and some .gitignore updates
---
src/com/gitblit/client/Utils.java | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/com/gitblit/client/Utils.java b/src/com/gitblit/client/Utils.java
index 1ce6d7d..c837579 100644
--- a/src/com/gitblit/client/Utils.java
+++ b/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) {
--
Gitblit v1.9.1