Remove unnecessary semicolons in enum declarations
Closes gh-32069
This commit is contained in:
@@ -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