Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5569ba20 authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by Android (Google) Code Review
Browse files

Merge "Fix a typo in IpConfigStore."

parents a22aa880 56cf7c51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -305,7 +305,7 @@ public class IpConfigStore {
            }
        } catch (EOFException ignore) {
        } catch (IOException e) {
            loge("Error parsing configuration" + e);
            loge("Error parsing configuration: " + e);
        } finally {
            if (in != null) {
                try {