Skip to content

Commit 8539779

Browse files
committed
migrate spring-boot
1 parent 6fd696c commit 8539779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/woehlke/simpleworklist/user/account/UserAccountSecurityServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
@Transactional(propagation = Propagation.REQUIRED, readOnly = true)
1515
public class UserAccountSecurityServiceImpl implements UserAccountSecurityService {
1616

17-
private static final Logger LOGGER = LoggerFactory.getLogger(UserAccountSecurityServiceImpl.class);
17+
private static final Logger log = LoggerFactory.getLogger(UserAccountSecurityServiceImpl.class);
1818

1919
private final UserAccountRepository userAccountRepository;
2020

0 commit comments

Comments
 (0)