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;
* @EnableAutoConfiguration
* public class MyApplication {
*
* // ... Bean definitions
* // ... Bean definitions
*
* public static void main(String[] args) throws Exception {
* SpringApplication.run(MyApplication.class, args);
* public static void main(String[] args) throws Exception {
* SpringApplication.run(MyApplication.class, args);
* }
* }
* </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