@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:
Dave Hoover
2010-02-10 20:32:49 +00:00
parent bee3ff77f3
commit 09dbd1c95a
30 changed files with 73 additions and 73 deletions
@@ -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
{