Merge "Don't break error string (easier grepping)" into mnc-ub-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7a9f771fe0
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user