EsotericSoftware / kryonet

TCP/UDP client/server library for Java, based on Kryo
BSD 3-Clause "New" or "Revised" License
1.82k stars 419 forks source link

Patch for /trunk/kryonet/examples/com/esotericsoftware/kryonet/examples/chatrmi/ChatRmiServer.java #15

Closed ghost closed 10 years ago

ghost commented 10 years ago

From cpit...@gmail.com on November 06, 2011 04:24:56

Added players type safety on players arraylist.

pitzakc

Attachment: ChatRmiServer.java.patch

Original issue: http://code.google.com/p/kryonet/issues/detail?id=14

ghost commented 10 years ago

From nathan.s...@gmail.com on April 25, 2012 20:16:16

This does not improve type safety. RHS generics for initialization are unnecessary. The Eclipse project settings to ignore these compiler warnings are checked in.

Status: WontFix