Skip to content

Commit

Permalink
remove tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Nov 13, 2007
1 parent 494aa10 commit 0927d0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ private void startJobs() {
*/
public synchronized void start() {
if (!started) {
bootstrapService.init();
bootstrapService.init();
Node node = nodeService.findIdentity();
if (node != null) {
logger.info("Starting registered node [group=" + node.getNodeGroupId() +
Expand Down

0 comments on commit 0927d0a

Please sign in to comment.