Skip to content

Commit 8ca4459

Browse files
fixing_codacy_suggestion
1 parent 37c4e23 commit 8ca4459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/br/com/concrete/mock/configuration/api/v1/controller/CaptureStateController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public CaptureStateController(CaptureStateService service) {
2929
}
3030

3131
@Bean
32-
private CommandLineRunner init() {
32+
private CommandLineRunner onLoad() {
3333
return args -> {
3434
LOGGER.info("Application capture state: " + captureState);
3535
if(captureState) {

0 commit comments

Comments
 (0)