pr feedback

This commit is contained in:
technoddy 2024-03-28 23:14:08 -04:00
parent 12f1cdc1a3
commit c8b7d97ea7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import org.springframework.stereotype.Service;
@Service
public class DemoService {
private final Logger LOG = LoggerFactory.getLogger(DemoService.class);
private static final Logger LOG = LoggerFactory.getLogger(DemoService.class);
public void log() {
LOG.info("DemoService.log invoked");