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 ArgumentPropertySerializer<T> serializer;
|
||||||
private final @Nullable T result;
|
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.identifier = identifier;
|
||||||
this.serializer = serializer;
|
this.serializer = serializer;
|
||||||
this.result = result;
|
this.result = result;
|
||||||
|
Reference in New Issue
Block a user