Remove trailing whitespace/unused imports

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6054 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Dave Hoover
2010-04-07 20:32:47 +00:00
parent fefff841c3
commit 4b61decebb
5 changed files with 3 additions and 7 deletions
@@ -24,8 +24,6 @@ package com.threerings.admin.data;
import java.lang.reflect.Field;
import javax.swing.JPanel;
import javax.annotation.Generated;
import com.threerings.presents.dobj.DObject;
import com.threerings.presents.util.PresentsContext;
@@ -21,7 +21,6 @@
package com.threerings.bureau.data;
import javax.annotation.Generated;
import com.threerings.presents.data.ClientObject;
/**
@@ -319,11 +319,11 @@ public class ObjectInputStream extends DataInputStream
// read precisely that many into a buffer
byte[] bbuf = new byte[utflen];
in.read(bbuf);
// decode the UTF-8 stream into a character buffer
char[] cbuf = new char[utflen];
int read = new InputStreamReader(new ByteArrayInputStream(bbuf), "UTF-8").read(cbuf);
// create and return the string given the number of decoded characters
return String.copyValueOf(cbuf, 0, read);
}
@@ -21,7 +21,6 @@
package com.threerings.presents.data;
import javax.annotation.Generated;
import com.threerings.presents.dobj.DObject;
/**
@@ -279,7 +279,7 @@ public class ClientManager
break;
}
}
try {
// create a client resolver instance which will create our client object, populate it
// and notify the listeners