fix(method): add temporary public identifier setter to BCMethod
This commit is contained in:
parent
2a6eba871d
commit
535a0dad58
@ -61,6 +61,11 @@ public class BestCandidateMethod<I extends Object, C extends Object> extends Ref
|
|||||||
.findFirst().orElse(null);
|
.findFirst().orElse(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//TODO add result Doc based Parser (which run before produce)
|
||||||
|
public void identifier(I identifier) {
|
||||||
|
this.identifier = identifier;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean equals(Object obj) {
|
public boolean equals(Object obj) {
|
||||||
if (obj instanceof BestCandidateMethod<?, ?> bcMethod) {
|
if (obj instanceof BestCandidateMethod<?, ?> bcMethod) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user