mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-17 06:27:42 +01:00
Fix Checkstyle
This commit is contained in:
@@ -22,5 +22,5 @@ class AnnotationProcessorConstants {
|
||||
static final String PLUGIN_ANNOTATION_CLASS = "com.velocitypowered.api.plugin.Plugin";
|
||||
static final String SUBSCRIBE_ANNOTATION_CLASS = "com.velocitypowered.api.event.Subscribe";
|
||||
static final String EVENTTASK_CLASS = "com.velocitypowered.api.event.EventTask";
|
||||
static final String EVENT_INTERFACE= "com.velocitypowered.api.event.Event";
|
||||
static final String EVENT_INTERFACE = "com.velocitypowered.api.event.Event";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user