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

Commit 7a9f771f authored by Deepanshu Gupta's avatar Deepanshu Gupta Committed by Android (Google) Code Review
Browse files

Merge "Don't break error string (easier grepping)" into mnc-ub-dev

parents c2fa99ed 1bd276f6
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -176,8 +176,7 @@ public class LayoutParserWrapper implements XmlPullParser {
        if (mPeeked) {
            if (mAttributes == null) {
                if (mEventType != START_TAG) {
                    throw new IndexOutOfBoundsException("getAttributeValue() called when not at " +
                            "START_TAG.");
                    throw new IndexOutOfBoundsException("getAttributeValue() called when not at START_TAG.");
                } else {
                    return null;
                }