pr feedback
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ import org.springframework.stereotype.Service;
|
|||||||
@Service
|
@Service
|
||||||
public class DemoService {
|
public class DemoService {
|
||||||
|
|
||||||
private final Logger LOG = LoggerFactory.getLogger(DemoService.class);
|
private static final Logger LOG = LoggerFactory.getLogger(DemoService.class);
|
||||||
|
|
||||||
public void log() {
|
public void log() {
|
||||||
LOG.info("DemoService.log invoked");
|
LOG.info("DemoService.log invoked");
|
||||||
|
|||||||
Reference in New Issue
Block a user