Commit 93bc34c1 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #8039 from rafael-rollo:master

* pr/8039:
  Indenting SpringApplication javadoc code
parents 2c5c539b 6fba1381
...@@ -96,10 +96,11 @@ import org.springframework.web.context.support.StandardServletEnvironment; ...@@ -96,10 +96,11 @@ import org.springframework.web.context.support.StandardServletEnvironment;
* @EnableAutoConfiguration * @EnableAutoConfiguration
* public class MyApplication { * public class MyApplication {
* *
* // ... Bean definitions * // ... Bean definitions
* *
* public static void main(String[] args) throws Exception { * public static void main(String[] args) throws Exception {
* SpringApplication.run(MyApplication.class, args); * SpringApplication.run(MyApplication.class, args);
* }
* } * }
* </pre> * </pre>
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment