mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 20:58:35 +00:00
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