Skip to content

Commit 7414fa4

Browse files
committed
[clean] Removed a no longer needed comment
1 parent 64feb77 commit 7414fa4

File tree

1 file changed

+0
-1
lines changed
  • d02/d02s02/d02s02e03-config-per-profile/src/main/java/net/safedata/spring/training/d02/s02

1 file changed

+0
-1
lines changed

d02/d02s02/d02s02e03-config-per-profile/src/main/java/net/safedata/spring/training/d02/s02/ProfileConfigDemo.java

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ public class ProfileConfigDemo {
1616
public static void main(String[] args) {
1717
final SpringApplication springApplication = new SpringApplication(ProfileConfigDemo.class);
1818

19-
// running without a profile will throw an exception, as the property doesn't exist in the default config
2019
springApplication.setAdditionalProfiles(Profiles.DEV);
2120

2221
springApplication.run(args);

0 commit comments

Comments
 (0)