Add in @Overrides across the board, clean up the comments around them some, and remove

unneeded imports.
I've got partially completed patches for narya & vilya, too, but nenya was the 
only one that wound up in a decent state after a friday evening puttering at it,
killing time waiting on other things to finish.


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@572 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Dave Hoover
2008-07-14 18:19:23 +00:00
parent 1df0737bf7
commit 5f1eed7b94
137 changed files with 394 additions and 433 deletions
@@ -37,6 +37,7 @@ public class BundledTileSetRepositoryTest extends TestCase
super(BundledTileSetRepositoryTest.class.getName());
}
@Override
public void runTest ()
{
try {
@@ -35,6 +35,7 @@ public class XMLTileSetParserTest extends TestCase
super(XMLTileSetParserTest.class.getName());
}
@Override
public void runTest ()
{
HashMap sets = new HashMap();
@@ -57,7 +57,7 @@ public class PathViz extends MediaPanel
sprite.move(path);
}
// documentation inherited from interface
@Override
public void paintBetween (Graphics2D gfx, Rectangle dirtyRect)
{
super.paintBetween(gfx, dirtyRect);
@@ -66,6 +66,7 @@ public class PathViz extends MediaPanel
_spritemgr.renderSpritePaths(gfx);
}
@Override
public Dimension getPreferredSize ()
{
return new Dimension(300, 300);
@@ -94,6 +95,7 @@ public class PathViz extends MediaPanel
_oyoff = 16;
}
@Override
public void paint (Graphics2D gfx)
{
gfx.setColor(Color.blue);