Skip to content

Commit

Permalink
[JENKINS-19622] Merged #989: allow background tasks to run simultaneo…
Browse files Browse the repository at this point in the history
…usly, preventing task blockage.

(cherry picked from commit 53317a8)

Conflicts:
	changelog.html
  • Loading branch information
jglick authored and olivergondza committed Dec 11, 2013
1 parent 44ee0bb commit 56a4240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/java/jenkins/util/Timer.java
Expand Up @@ -12,7 +12,7 @@
* This ExecutorService will create additional threads to execute due (enabled) tasks.
*
* Provides a minimal abstraction for locating the ScheduledExecutorService so that we
* can modify it's behavior going forward. For instance, to add managability/monitoring.
* can modify it's behavior going forward. For instance, to add manageability/monitoring.
*
* This is not an @Extension because it must be available before any extensions are loaded.
*
Expand All @@ -21,7 +21,7 @@
* {@link hudson.model.AsyncAperiodicWork}, {@link hudson.model.AsyncPeriodicWork}.
*
* @author Ryan Campbell
* @since 1.538
* @since 1.541
*/
public class Timer {

Expand Down

0 comments on commit 56a4240

Please sign in to comment.