Merge "Copy Context before start in Trampoline"

This commit is contained in:
Shawn Pearce
2012-01-25 19:04:48 -08:00
committed by gerrit code review

View File

@@ -109,6 +109,7 @@ class CommandFactoryProvider implements Provider<CommandFactory> {
public void start(final Environment env) throws IOException {
this.env = env;
final Context ctx = this.ctx;
startExecutor.execute(new Runnable() {
public void run() {
try {