Remove unnecessary semicolons
See gh-39259
This commit is contained in:
committed by
Phillip Webb
parent
17902c9cec
commit
9cdd0c3776
@@ -211,7 +211,7 @@ public @interface SpringBootTest {
|
||||
* that class does not have a main method, a test-specific
|
||||
* {@link SpringApplication} will be used.
|
||||
*/
|
||||
WHEN_AVAILABLE;
|
||||
WHEN_AVAILABLE
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user