We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc2ab1 commit 2046bb4Copy full SHA for 2046bb4
src/tools/android/java/com/google/devtools/build/android/xml/SimpleXmlResourceValue.java
@@ -249,7 +249,7 @@ public boolean equals(Object obj) {
249
}
250
SimpleXmlResourceValue other = (SimpleXmlResourceValue) obj;
251
return Objects.equals(valueType, other.valueType)
252
- && Objects.equals(attributes, attributes)
+ && Objects.equals(attributes, other.attributes)
253
&& Objects.equals(value, other.value);
254
255
0 commit comments