Fix a typo in IpConfigStore.
Change-Id: I1fc845bf4547ae9a86db02ed29b6d5ba60a01277
This commit is contained in:
@@ -305,7 +305,7 @@ public class IpConfigStore {
|
|||||||
}
|
}
|
||||||
} catch (EOFException ignore) {
|
} catch (EOFException ignore) {
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
loge("Error parsing configuration" + e);
|
loge("Error parsing configuration: " + e);
|
||||||
} finally {
|
} finally {
|
||||||
if (in != null) {
|
if (in != null) {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user