Skip to content

Commit 2046bb4

Browse files
cushonmeteorcloudy
authored andcommitted
Global cleanup change.
-- PiperOrigin-RevId: 150020373 MOS_MIGRATED_REVID=150020373
1 parent ecc2ab1 commit 2046bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/android/java/com/google/devtools/build/android/xml/SimpleXmlResourceValue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ public boolean equals(Object obj) {
249249
}
250250
SimpleXmlResourceValue other = (SimpleXmlResourceValue) obj;
251251
return Objects.equals(valueType, other.valueType)
252-
&& Objects.equals(attributes, attributes)
252+
&& Objects.equals(attributes, other.attributes)
253253
&& Objects.equals(value, other.value);
254254
}
255255

0 commit comments

Comments
 (0)