Skip to content

Commit 6499bb0

Browse files
committed
Suppress UnusedTypeParameter warning for EngineConnectionSide
1 parent 42269e2 commit 6499bb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/spongepowered/api/network/EngineConnectionSide.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
*
3030
* @param <C> The type of the engine connection instance which applies to the side
3131
*/
32+
@SuppressWarnings("UnusedTypeParameter")
3233
public final class EngineConnectionSide<C extends EngineConnection> {
3334

3435
/**

0 commit comments

Comments
 (0)