Skip to content

Commit

Permalink
prefer TaskListener
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeloof committed Jun 16, 2016
1 parent 8b58c0c commit af632dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/java/hudson/model/WorkspaceListener.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ public void afterDelete(Job job) {
* @param workspace
* The workspace being acquired by r
* @param listener
* Run's build listener
* Run's listener
* @since TODO_BEFORE_MERGE
*/
public void beforeUse(Run r, FilePath workspace, BuildListener listener) {

This comment has been minimized.

Copy link
@batmat

batmat Jun 18, 2016

Member

@daniel-beck @oleg-nenashev @rtyler looks like spam...

This comment has been minimized.

Copy link
@daniel-beck

daniel-beck Jun 18, 2016

Member

I deleted these comments and reported the user.

public void beforeUse(Run r, FilePath workspace, TaskListener listener) {
// this implementation is backward compatibility thunk in case subtypes only override the
// old signature (AbstractBuild,FilePath,BuildListener)

Expand Down

0 comments on commit af632dd

Please sign in to comment.