~ralf-claussnitzer-deactivatedaccount/goobi-production/1.10.x

« back to all changes in this revision

Viewing changes to Goobi/src/de/sub/goobi/forms/LongRunningTasksForm.java

  • Committer: Henning Gerhardt
  • Date: 2014-10-21 09:35:13 UTC
  • mfrom: (522.1.1)
  • Revision ID: git-v1:9fef81ec26152deaa948d947ed25723255978d8c
Merge remote-tracking branch 'stweil/fix-eof' into 1.10.x

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
        public void toggleRunning() {
122
122
                LongRunningTaskManager.getInstance().setRunning(!LongRunningTaskManager.getInstance().isRunning());
123
123
        }
124
 
}
 
 
b'\\ No newline at end of file'
 
124
}