mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-17 18:59:15 +00:00
Resolves CR comments
This commit is contained in:
@@ -28,7 +28,6 @@ import org.slf4j.LoggerFactory;
|
||||
* Class defining Guard.
|
||||
*/
|
||||
public class Guard implements Permission {
|
||||
|
||||
private static final Logger LOGGER = LoggerFactory.getLogger(Guard.class);
|
||||
|
||||
protected void enter() {
|
||||
|
||||
Reference in New Issue
Block a user