And finally, narya gets the imports/overrides/regen love.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5241 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -87,6 +87,7 @@ public class StreamableTest extends TestCase
|
||||
_fizzle = in.readInt();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void toString (StringBuilder buf)
|
||||
{
|
||||
super.toString(buf);
|
||||
@@ -101,6 +102,7 @@ public class StreamableTest extends TestCase
|
||||
super(StreamableTest.class.getName());
|
||||
}
|
||||
|
||||
@Override
|
||||
public void runTest ()
|
||||
{
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user