Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[FIXED JENKINS-25788] RunMap.remove was always returning false, even …
…when the Run was in fact removed. (cherry picked from commit ce94579) Conflicts: changelog.html
- Loading branch information
Showing
with
18 additions
and 4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -746,7 +746,7 @@ public synchronized boolean removeValue(R run) { | ||
|
||
entrySet.clearCache(); | ||
|
||
return old != null; | ||
} | ||
|
||
/** | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters