mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
Checkstyle.
This commit is contained in:
parent
8e190802a5
commit
40efc82b2b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ import net.minecraft.network.Packet;
|
|||
|
||||
/**
|
||||
* We still need to support {@link GenericFutureListener} so we use this disguise impl {@link class_7648}
|
||||
* to get our {@link GenericFutureListener} to into {@link ClientConnection}
|
||||
* to get our {@link GenericFutureListener} to into {@link ClientConnection}.
|
||||
*/
|
||||
public final class GenericFutureListenerHolder implements class_7648 {
|
||||
private final GenericFutureListener<? extends Future<? super Void>> delegate;
|
||||
|
|
Loading…
Reference in a new issue