Fix Checkstyle violation

See gh-24375
This commit is contained in:
Sam Brannen
2020-01-16 18:14:14 +01:00
parent 2a2efbe611
commit 984f9de191

View File

@@ -26,4 +26,4 @@ import java.lang.annotation.Target;
public @interface B {
String name() default "";
}
}