squid:S1186 - Methods should not be empty
This commit is contained in:
@ -60,5 +60,7 @@ public class NullNode implements Node {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void walk() {}
|
||||
public void walk() {
|
||||
// Do nothing
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user