mirror of
https://github.com/pxb1988/dex2jar.git
synced 2024-11-23 05:10:11 +00:00
parent
476e64c6e9
commit
cc9861bbd4
@ -415,7 +415,7 @@ public class EncodedValue implements Comparable<EncodedValue> {
|
||||
case VALUE_METHOD_HANDLE:
|
||||
case VALUE_METHOD_TYPE:
|
||||
if (value instanceof Comparable) {
|
||||
return ((Comparable) value).compareTo(value);
|
||||
return ((Comparable) value).compareTo(o.value);
|
||||
} else {
|
||||
throw new RuntimeException();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user