Skip to content

Commit

Permalink
fix exception on startup if no sym tables exists (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
woehrl01 authored and erilong committed Mar 7, 2018
1 parent cf027eb commit 5c4b5f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Expand Up @@ -705,6 +705,7 @@ public synchronized boolean start(boolean startJobs) {
}

lastRestartTime = new Date();
statisticManager.incrementRestart();
started = true;

} else {
Expand Down
Expand Up @@ -105,7 +105,6 @@ public StatisticManager(IParameterService parameterService, INodeService nodeSer
}

protected void init() {
incrementRestart();
}


Expand Down

0 comments on commit 5c4b5f7

Please sign in to comment.