mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 14:59:25 +00:00
Java 11 migraiton: marker
This commit is contained in:
@@ -35,7 +35,7 @@ public class Thief {
|
||||
LOGGER.info("Steal valuable items");
|
||||
}
|
||||
|
||||
protected static void doNothing() {
|
||||
protected void doNothing() {
|
||||
LOGGER.info("Pretend nothing happened and just leave");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user