Skip to content

Commit 1dbc39f

Browse files
phasenraum2010phasenraum2010
phasenraum2010
authored and
phasenraum2010
committed
small refactoring...
1 parent 0692e25 commit 1dbc39f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/main/java/org/woehlke/learn/learnneo4j/configuration/StartupListener.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@ public void onApplicationEvent(ContextRefreshedEvent event) {
5555
log.info(this.categoryRepository.findByName("www").toString());
5656
log.info("--------------------------------");
5757
log.info(myAppProperties.toString());
58-
log.info(myAppProperties.toString());
59-
log.info(myAppProperties.toString());
58+
log.info("--------------------------------");
59+
log.info(otherAppProperties.toString());
60+
log.info("--------------------------------");
61+
log.info(springAppProperties.toString());
62+
log.info("--------------------------------");
6063
}
6164
}

0 commit comments

Comments
 (0)