mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 17:59:03 +00:00
Remove redundant throws Exception
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ public class SampleAntApplication implements CommandLineRunner {
|
||||
System.out.println("Spring Boot Ant Example");
|
||||
}
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(SampleAntApplication.class, args);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user