Skip to content

Commit

Permalink
Merge pull request #7 from jglick/CpsThreadDump-JENKINS-31842
Browse files Browse the repository at this point in the history
[JENKINS-31842] Thread dump improvements
  • Loading branch information
jglick committed Jun 29, 2016
2 parents 2f20fe1 + 3705e3f commit fcfd111
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -50,6 +50,7 @@ public ListenableFuture<?> rehydrate() {
* An implementation should return quickly and avoid acquiring locks in this method itself (as opposed to the future).
* {@link ListenableFuture#cancel} should be implemented if possible.
* @param owner an owner handle on which you may, for example, call {@link FlowExecutionOwner#getListener}
* @return a future on which {@link ListenableFuture#cancel} might be called; also polite to override {@link ListenableFuture#toString} for diagnostics
*/
public ListenableFuture<?> rehydrate(FlowExecutionOwner owner) {
if (Util.isOverridden(Pickle.class, getClass(), "rehydrate")) {
Expand Down

0 comments on commit fcfd111

Please sign in to comment.