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
...@@ -101,6 +101,7 @@ import org.springframework.web.context.support.StandardServletEnvironment; ...@@ -101,6 +101,7 @@ import org.springframework.web.context.support.StandardServletEnvironment;
* 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>
* *
* <p> * <p>
......
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