pr feedback
This commit is contained in:
parent
12f1cdc1a3
commit
c8b7d97ea7
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue