Skip to content

Commit 52f1799

Browse files
committed
Polish formatting
1 parent 12a33a2 commit 52f1799

File tree

1 file changed

+3
-3
lines changed
  • spring-boot-project/spring-boot-docs/src/main/java/org/springframework/boot/docs/using/usingthespringbootapplicationannotation/springapplication

1 file changed

+3
-3
lines changed

spring-boot-project/spring-boot-docs/src/main/java/org/springframework/boot/docs/using/usingthespringbootapplicationannotation/springapplication/MyApplication.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2021 the original author or authors.
2+
* Copyright 2012-2022 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -19,8 +19,8 @@
1919
import org.springframework.boot.SpringApplication;
2020
import org.springframework.boot.autoconfigure.SpringBootApplication;
2121

22-
@SpringBootApplication // same as @SpringBootConfiguration @EnableAutoConfiguration
23-
// @ComponentScan
22+
// Same as @SpringBootConfiguration @EnableAutoConfiguration @ComponentScan
23+
@SpringBootApplication
2424
public class MyApplication {
2525

2626
public static void main(String[] args) {

0 commit comments

Comments
 (0)