Nix unneeded imports, add @Overrides, remove content-free comments, and rerun code generators.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@670 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -84,7 +84,7 @@ public abstract class SpotSceneRuleSet implements NestableRuleSet
|
||||
_ruleset = ruleset;
|
||||
}
|
||||
|
||||
// documentation inherited
|
||||
@Override
|
||||
public void begin (String namespace, String name, Attributes attributes)
|
||||
throws Exception
|
||||
{
|
||||
@@ -105,7 +105,7 @@ public abstract class SpotSceneRuleSet implements NestableRuleSet
|
||||
*/
|
||||
protected static class PortalFieldsRule extends Rule
|
||||
{
|
||||
// documentation inherited
|
||||
@Override
|
||||
public void begin (String namespace, String name, Attributes attrs)
|
||||
throws Exception
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user