File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
core/src/main/java/hudson/slaves Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 3939import hudson .model .MultiStageTimeSeries .TimeScale ;
4040import hudson .model .Node ;
4141import hudson .model .PeriodicWork ;
42- import hudson .model .Queue ;
4342import java .awt .Color ;
4443import java .io .IOException ;
4544import java .time .Duration ;
@@ -208,8 +207,8 @@ public void suggestReviewNow() {
208207 * Periodically invoked to keep track of the load.
209208 * Launches additional nodes if necessary.
210209 *
211- * Note: This method will obtain a lock on {@link #provisioningLock} first ( to ensure that one and only one
212- * instance of this provisioner is running at a time) and then a lock on {@link Queue#lock}
210+ * Note: This method will obtain a lock on {@link #provisioningLock} to ensure that one and only one
211+ * instance of this provisioner is running at a time.
213212 */
214213 private void update () {
215214 long start = LOGGER .isLoggable (Level .FINER ) ? System .nanoTime () : 0 ;
You can’t perform that action at this time.
0 commit comments