Skip to content

Commit

Permalink
Hudson -> Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
kutzi committed Apr 17, 2011
1 parent fa59b65 commit 074db79
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/main/java/hudson/plugins/im/IMPublisher.java
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,10 @@ private IMMessageTarget calculateIMTarget(User target, BuildListener listener) {
*/
@Override
public abstract BuildStepDescriptor<Publisher> getDescriptor();

// since Hudson 1.319:

/**
* {@inheritDoc}
*/
@Override
public BuildStepMonitor getRequiredMonitorService() {
return BuildStepMonitor.BUILD;
Expand All @@ -625,7 +627,7 @@ protected final IMPublisherDescriptor getIMDescriptor() {
}

/**
* Returns the instant-messaging ID which is configured for a Hudson user
* Returns the instant-messaging ID which is configured for a Jenkins user
* (e.g. via a {@link UserProperty}) or null if there's nothing configured for
* him/her.
*/
Expand Down

0 comments on commit 074db79

Please sign in to comment.