mirror of
https://github.com/revanced/smali.git
synced 2025-05-23 18:16:23 +02:00
Minor javadoc fixes in MethodProtoReference
This commit is contained in:
parent
b575410a8a
commit
6c054e1b44
@ -69,9 +69,9 @@ public interface MethodProtoReference extends Reference, Comparable<MethodProtoR
|
||||
@Override int hashCode();
|
||||
|
||||
/**
|
||||
* Compares this MethodTypeReference to another MethodProtoReference for equality.
|
||||
* Compares this MethodProtoReference to another MethodProtoReference for equality.
|
||||
*
|
||||
* This MethodTypeReference is equal to another MethodProtoReference if all of it's "fields" are equal. That is, if
|
||||
* This MethodProtoReference is equal to another MethodProtoReference if all of it's "fields" are equal. That is, if
|
||||
* the return values of getReturnType() and getParameterTypes() are all equal.
|
||||
*
|
||||
* Equality for getParameters() should be tested by comparing the string representation of each element. I.e.
|
||||
@ -83,7 +83,7 @@ public interface MethodProtoReference extends Reference, Comparable<MethodProtoR
|
||||
@Override boolean equals(@Nullable Object o);
|
||||
|
||||
/**
|
||||
* Compare this MethodTypeReference to another MethodProtoReference.
|
||||
* Compare this MethodProtoReference to another MethodProtoReference.
|
||||
*
|
||||
* The comparison is based on the comparison of the return values of getReturnType() and getParameters(),
|
||||
* in that order. getParameters() should be compared using the semantics of
|
||||
|
Loading…
x
Reference in New Issue
Block a user