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

Commit b5d821ee authored by Biswarup Pal's avatar Biswarup Pal
Browse files

Improve comment regarding OMS settings upgrade

Change-Id: I1fbe262923287081583125ae6b4e4cdd2f94f9f2
Test: presubmit
Bug: 371801644
Flag: EXEMPT documentation improvement
parent 7fcf3b2d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -545,8 +545,8 @@ final class OverlayManagerSettings {
                    throw new XmlPullParserException("old version " + oldVersion + "; ignoring");
                case 3:
                case 4:
                    // Upgrading from version 3 to 5 is not a breaking change so do not ignore the
                    // overlay file.
                    // Upgrading from versions 3 and 4 is not a breaking change, so do not
                    // ignore the overlay file.
                    return;
                default:
                    throw new XmlPullParserException("unrecognized version " + oldVersion);