@Override gets the point across

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@881 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Dave Hoover
2010-02-10 20:32:41 +00:00
parent fe544b0046
commit b68e799106
21 changed files with 109 additions and 109 deletions
@@ -80,7 +80,7 @@ public class BillboardController extends ModelController
protected boolean _axial, _eyeRelativeX, _eyeRelativeZ;
};
@Override // documentation inherited
@Override
public void configure (Properties props, Spatial target)
{
super.configure(props, target);
@@ -130,7 +130,7 @@ public class BillboardController extends ModelController
_rot.mult(lrot, lrot);
}
@Override // documentation inherited
@Override
public Controller putClone (
Controller store, Model.CloneCreator properties)
{
@@ -145,7 +145,7 @@ public class BillboardController extends ModelController
return bstore;
}
@Override // documentation inherited
@Override
public void read (JMEImporter im)
throws IOException
{
@@ -155,7 +155,7 @@ public class BillboardController extends ModelController
capsule.readString("alignment", "DIR_X_POS_Z"));
}
@Override // documentation inherited
@Override
public void write (JMEExporter ex)
throws IOException
{