We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd696c commit 8539779Copy full SHA for 8539779
src/main/java/org/woehlke/simpleworklist/user/account/UserAccountSecurityServiceImpl.java
@@ -14,7 +14,7 @@
14
@Transactional(propagation = Propagation.REQUIRED, readOnly = true)
15
public class UserAccountSecurityServiceImpl implements UserAccountSecurityService {
16
17
- private static final Logger LOGGER = LoggerFactory.getLogger(UserAccountSecurityServiceImpl.class);
+ private static final Logger log = LoggerFactory.getLogger(UserAccountSecurityServiceImpl.class);
18
19
private final UserAccountRepository userAccountRepository;
20
0 commit comments