Java 11 migraiton: marker

This commit is contained in:
Anurag Agarwal
2020-04-12 21:11:48 +00:00
parent 751b3b9452
commit e6c74a5fb9
6 changed files with 14 additions and 29 deletions

View File

@ -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");
}
}