@Override gets the point across
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@898 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -31,7 +31,7 @@ import com.threerings.io.ObjectOutputStream;
|
||||
*/
|
||||
public class ByteStringSetStat extends StringSetStat
|
||||
{
|
||||
@Override // documentation inherited
|
||||
@Override
|
||||
public void persistTo (ObjectOutputStream out, AuxDataSource aux)
|
||||
throws IOException
|
||||
{
|
||||
@@ -41,7 +41,7 @@ public class ByteStringSetStat extends StringSetStat
|
||||
}
|
||||
}
|
||||
|
||||
@Override // documentation inherited
|
||||
@Override
|
||||
public void unpersistFrom (ObjectInputStream in, AuxDataSource aux)
|
||||
throws IOException, ClassNotFoundException
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user