Skip to content

Commit

Permalink
Update Running-Standalone-Furnace.asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Apr 23, 2014
1 parent 25f8f83 commit 01a2ed1
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions tutorials/Running-Standalone-Furnace.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -158,17 +158,8 @@ public class Main
furnace.startAsync();
// Wait until Furnace is started
while (!furnace.getStatus().isStarted())
{
try
{
Thread.sleep(100);
}
catch (InterruptedException e)
{
break;
}
}
future.get();
return furnace;
}
}
Expand Down

0 comments on commit 01a2ed1

Please sign in to comment.