Skip to content

Commit 6fba138

Browse files
rafael-rollosnicoll
authored andcommitted
Indenting SpringApplication javadoc code
Closes gh-8039
1 parent 2c5c539 commit 6fba138

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

spring-boot/src/main/java/org/springframework/boot/SpringApplication.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,11 @@
9696
* @EnableAutoConfiguration
9797
* public class MyApplication {
9898
*
99-
* // ... Bean definitions
99+
* // ... Bean definitions
100100
*
101-
* public static void main(String[] args) throws Exception {
102-
* SpringApplication.run(MyApplication.class, args);
101+
* public static void main(String[] args) throws Exception {
102+
* SpringApplication.run(MyApplication.class, args);
103+
* }
103104
* }
104105
* </pre>
105106
*

0 commit comments

Comments
 (0)