3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 06:30:16 +02:00

Checkstyle strikes again!

Dieser Commit ist enthalten in:
Andrew Steinborn 2020-08-11 13:26:00 -04:00
Ursprung d363d80a83
Commit c88a3807e7

Datei anzeigen

@ -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;