Merge pull request #8039 from rafael-rollo:master

* pr/8039:
  Indenting SpringApplication javadoc code
This commit is contained in:
Stephane Nicoll 2017-01-20 10:54:10 +01:00
commit 93bc34c1eb
1 changed files with 4 additions and 3 deletions

View File

@ -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>