Skip to content

Commit

Permalink
Schedule the job so it actually runs.
Browse files Browse the repository at this point in the history
Solves bug 3419
  • Loading branch information
goglepox committed Nov 6, 2012
1 parent 94a43c6 commit 9264836
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -144,6 +144,7 @@ public void run() {
return Status.OK_STATUS;
}
};
job.schedule();
}

public void printError( Throwable t ) {
Expand Down

0 comments on commit 9264836

Please sign in to comment.