Remove unnecessary semicolons in enum declarations

Closes gh-32069
This commit is contained in:
mnhock
2024-01-20 12:36:53 +01:00
committed by Sam Brannen
parent 73725905ba
commit a8fa98e2a6
2 changed files with 8 additions and 8 deletions

View File

@@ -165,7 +165,7 @@ public @interface EnableLoadTimeWeaving {
* is present in the classpath. If there is no such resource, then AspectJ
* load-time weaving will be switched off.
*/
AUTODETECT;
}
AUTODETECT
}
}