Need a default constructor visible to our descendants.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4965 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -391,6 +391,10 @@ public class BlockingCommunicator extends Communicator
|
|||||||
*/
|
*/
|
||||||
protected class Reader extends LoopingThread
|
protected class Reader extends LoopingThread
|
||||||
{
|
{
|
||||||
|
public Reader ()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
protected void willStart ()
|
protected void willStart ()
|
||||||
{
|
{
|
||||||
// first we connect and authenticate with the server
|
// first we connect and authenticate with the server
|
||||||
|
|||||||
Reference in New Issue
Block a user