Skip to content

Commit a5d2b2c

Browse files
PeppaLittlePigsnicoll
authored andcommitted
Remove redundant throws Exception
See gh-15647
1 parent ed7cc95 commit a5d2b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Here is a quick teaser of a complete Spring Boot application in Java:
4646
return "Hello World!";
4747
}
4848
49-
public static void main(String[] args) throws Exception {
49+
public static void main(String[] args) {
5050
SpringApplication.run(Example.class, args);
5151
}
5252

0 commit comments

Comments
 (0)