Checkstyle strikes again!
This commit is contained in:
@@ -10,7 +10,8 @@ class PassthroughProperty<T> implements ArgumentType<T> {
|
||||
private final ArgumentPropertySerializer<T> serializer;
|
||||
private final @Nullable T result;
|
||||
|
||||
PassthroughProperty(String identifier, ArgumentPropertySerializer<T> serializer, @Nullable T result) {
|
||||
PassthroughProperty(String identifier, ArgumentPropertySerializer<T> serializer,
|
||||
@Nullable T result) {
|
||||
this.identifier = identifier;
|
||||
this.serializer = serializer;
|
||||
this.result = result;
|
||||
|
Reference in New Issue
Block a user