And finally, narya gets the imports/overrides/regen love.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5241 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Dave Hoover
2008-07-18 23:20:17 +00:00
parent e41dda3018
commit 6b1d65553f
129 changed files with 383 additions and 304 deletions
@@ -197,6 +197,7 @@ public class BureauRegistry
ProcessLogger.copyMergedOutput(log, bureauId, process);
}
@Override
public String toString () {
return "DefaultLauncher for " + cmdGenerator;
}
@@ -586,6 +587,7 @@ public class BureauRegistry
_bureau = bureau;
}
@Override
public boolean invoke ()
{
try {
@@ -597,6 +599,7 @@ public class BureauRegistry
return true;
}
@Override
public void handleResult ()
{
_bureau.launched = true;
@@ -677,6 +680,7 @@ public class BureauRegistry
// The states of the various agents allocated to this bureau
Map<AgentObject, Integer> agentStates = Maps.newHashMap();
@Override
public String toString ()
{
StringBuilder builder = new StringBuilder();