Whitespace tweaks.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1054 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2010-11-08 21:04:28 +00:00
parent 40ffbdad37
commit 870af00cc3
@@ -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<String, TileSet> parseActionTileSets ()
{
@@ -464,7 +462,6 @@ public class ComponentBundlerTask extends Task
addTileSetRuleSet(digester, new SwissArmyTileSetRuleSet());
addTileSetRuleSet(digester, new UniformTileSetRuleSet("/uniformTileset"));
HashMap<String, TileSet> actsets = new ActionMap();
digester.push(actsets);