forked from phoedos/pmd
Fix bug with getImage overriding
This commit is contained in:
@ -135,7 +135,7 @@ public abstract class AbstractNode implements Node {
|
||||
|
||||
@Override
|
||||
public boolean hasImageEqualTo(String image) {
|
||||
return Objects.equals(this.image, image);
|
||||
return Objects.equals(this.getImage(), image);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user