1
0

[LOGGING-163] BufferedReader is not closed properly. Oops, clean up suggested by Sebb.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1765376 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory
2016-10-17 21:52:30 +00:00
parent 47ae3e15c3
commit ace04921a5

View File

@@ -162,7 +162,7 @@ public class SimpleLog implements Log, Serializable {
if (null != in) {
try {
simpleLogProps.load(in);
} catch (java.io.IOException e) {
} catch (IOException e) {
// ignored
} finally {
try {