ZOMG, Narya now perfectly passes our coding standards as enforced by
CheckStyle. The checks are slightly looser than I'd like but way better than nothing and we get a bunch of other useful warnings like shadowed names and other handy bits. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5253 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -27,10 +27,9 @@ import com.threerings.util.StreamableArrayList;
|
||||
import com.threerings.presents.data.InvocationMarshaller;
|
||||
|
||||
/**
|
||||
* A <code>BootstrapData</code> object is communicated back to the client
|
||||
* after authentication has succeeded and after the server is fully
|
||||
* prepared to deal with the client. It contains information the client
|
||||
* will need to interact with the server.
|
||||
* A <code>BootstrapData</code> object is communicated back to the client after authentication has
|
||||
* succeeded and after the server is fully prepared to deal with the client. It contains
|
||||
* information the client will need to interact with the server.
|
||||
*/
|
||||
public class BootstrapData extends SimpleStreamableObject
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user