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:
@@ -30,6 +30,8 @@ import com.threerings.io.Streamable;
|
||||
* must also be of streamable types.
|
||||
*
|
||||
* @see Streamable
|
||||
* @param <L> the type of the left-hand side of this tuple.
|
||||
* @param <R> the type of the right-hand side of this tuple.
|
||||
*/
|
||||
public class StreamableTuple<L, R> extends Tuple<L, R>
|
||||
implements Streamable
|
||||
|
||||
Reference in New Issue
Block a user