fix(method): add temporary public identifier setter to BCMethod
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user