Skip to content

Commit

Permalink
Remove useless comment
Browse files Browse the repository at this point in the history
Co-authored-by: Edvard Fonsell <edvard.fonsell@nitor.com>
  • Loading branch information
gmokki and efonsell authored Jun 6, 2022
1 parent ffbe63b commit d99b6b7
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,6 @@ public void addWorkflowDefinition(WorkflowDefinition wd) {
logger.info("Added workflow type: {} ({})", wd.getType(), wd.getClass().getName());
}

/**
*
*/
private synchronized void refreshStoredDefinitions() {
long now = currentTimeMillis();
if (nextCheckOfStoredDefinitions > now) {
Expand Down

0 comments on commit d99b6b7

Please sign in to comment.