mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Remove unnecessary semicolons in enum declarations
Closes gh-32069
This commit is contained in:
+2
-2
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user