mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
Removed a comment.
This commit is contained in:
parent
d0f504df97
commit
da100df7ba
1 changed files with 0 additions and 2 deletions
|
@ -23,12 +23,10 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|||
* PetClinic Spring Boot Application.
|
||||
*
|
||||
* @author Dave Syer
|
||||
*
|
||||
*/
|
||||
@SpringBootApplication
|
||||
public class PetClinicApplication {
|
||||
|
||||
// This is a comment. Woot!
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(PetClinicApplication.class, args);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue