diff options
Diffstat (limited to 'src/com/gitblit/IStoredSettings.java')
-rw-r--r-- | 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 0cc4bb46..be836c9b 100644 --- a/src/com/gitblit/IStoredSettings.java +++ b/src/com/gitblit/IStoredSettings.java @@ -116,7 +116,7 @@ public abstract class IStoredSettings { }
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
|