From 870af00cc363cbf0470f0ebceb630a4d31120193 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 8 Nov 2010 21:04:28 +0000 Subject: [PATCH] Whitespace tweaks. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1054 ed5b42cb-e716-0410-a449-f6a68f950b19 --- .../cast/bundle/tools/ComponentBundlerTask.java | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/main/java/com/threerings/cast/bundle/tools/ComponentBundlerTask.java b/src/main/java/com/threerings/cast/bundle/tools/ComponentBundlerTask.java index d94e61bf..7820c2e8 100644 --- a/src/main/java/com/threerings/cast/bundle/tools/ComponentBundlerTask.java +++ b/src/main/java/com/threerings/cast/bundle/tools/ComponentBundlerTask.java @@ -215,9 +215,8 @@ public class ComponentBundlerTask extends Task TileSet aset = actsets.get(info[2]); if (aset == null) { System.err.println( - "No tileset definition for component action " + - "[class=" + info[0] + ", name=" + info[1] + - ", action=" + info[2] + "]."); + "No tileset definition for component action '" + info[2] + + "' [class=" + info[0] + ", name=" + info[1] + "]."); continue; } aset.setImageProvider(improv); @@ -454,8 +453,7 @@ public class ComponentBundlerTask extends Task } /** - * Parses the action tileset definitions and puts them into a hash - * map, keyed on action name. + * Parses the action tileset definitions and puts them into a hash map, keyed on action name. */ protected HashMap parseActionTileSets () { @@ -464,7 +462,6 @@ public class ComponentBundlerTask extends Task addTileSetRuleSet(digester, new SwissArmyTileSetRuleSet()); addTileSetRuleSet(digester, new UniformTileSetRuleSet("/uniformTileset")); - HashMap actsets = new ActionMap(); digester.push(actsets);