[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:
@@ -162,7 +162,7 @@ public class SimpleLog implements Log, Serializable {
|
|||||||
if (null != in) {
|
if (null != in) {
|
||||||
try {
|
try {
|
||||||
simpleLogProps.load(in);
|
simpleLogProps.load(in);
|
||||||
} catch (java.io.IOException e) {
|
} catch (IOException e) {
|
||||||
// ignored
|
// ignored
|
||||||
} finally {
|
} finally {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user