Changeset 14214 in josm for trunk/src/javax/json
- Timestamp:
- 2018-09-01T15:29:15+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/javax/json/JsonValueImpl.java
r13231 r14214 83 83 } 84 84 if (obj instanceof JsonValue) { 85 return getValueType() .equals(((JsonValue) obj).getValueType());85 return getValueType() == ((JsonValue) obj).getValueType(); 86 86 } 87 87 return false;
Note:
See TracChangeset
for help on using the changeset viewer.