mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 20:58:35 +00:00
Java 11 migraiton: marker
This commit is contained in:
@@ -31,8 +31,7 @@ public class Guard implements Permission {
|
||||
|
||||
private static final Logger LOGGER = LoggerFactory.getLogger(Guard.class);
|
||||
|
||||
protected static void enter() {
|
||||
|
||||
protected void enter() {
|
||||
LOGGER.info("You can enter");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user