Remove unnecessary semicolons

See gh-39259
This commit is contained in:
Tobias Lippert
2024-01-21 18:41:22 +01:00
committed by Phillip Webb
parent 17902c9cec
commit 9cdd0c3776
12 changed files with 12 additions and 12 deletions

View File

@@ -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
}