Style.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6103 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -144,7 +144,8 @@ public class BasicStreamers
|
||||
public static class CharacterStreamer extends BasicStreamer
|
||||
{
|
||||
@Override
|
||||
public Object createObject (ObjectInputStream in)throws IOException
|
||||
public Object createObject (ObjectInputStream in)
|
||||
throws IOException
|
||||
{
|
||||
return Character.valueOf(in.readChar());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user