Some type safety, redundant cast removal, and other code hygiene.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4879 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -416,7 +416,7 @@ public class Streamer
|
||||
/**
|
||||
* Constructs a streamer for the specified target class.
|
||||
*/
|
||||
protected Streamer (Class target)
|
||||
protected Streamer (Class<?> target)
|
||||
throws IOException
|
||||
{
|
||||
// keep a handle on the class
|
||||
|
||||
Reference in New Issue
Block a user