From 671c19d3695a165687d621690fdb52ac453070b9 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 25 Jul 2011 16:47:22 -0400 Subject: [PATCH] Cleanup imports and formatting. --- src/com/gitblit/IStoredSettings.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/com/gitblit/IStoredSettings.java b/src/com/gitblit/IStoredSettings.java index 0cc4bb4..be836c9 100644 --- a/src/com/gitblit/IStoredSettings.java +++ b/src/com/gitblit/IStoredSettings.java @@ -116,7 +116,7 @@ } return defaultValue; } - + /** * Returns the char value for the specified key. If the key does not exist * or the value for the key can not be interpreted as a char, the -- Gitblit v1.9.1