Skip to content

Commit

Permalink
[JENKINS-43535] - Undeprecate Logger, it is a part of public APi in E…
Browse files Browse the repository at this point in the history
…nvInject
  • Loading branch information
oleg-nenashev committed Apr 26, 2017
1 parent 1fb4007 commit 36006bd
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -3,15 +3,10 @@
import hudson.model.TaskListener;

import java.io.Serializable;
import org.kohsuke.accmod.Restricted;
import org.kohsuke.accmod.restrictions.NoExternalUse;

/**
* @author Gregory Boissinot
* @deprecated The actual version of this API class is located in EnvInject API Plugin
*/
@Deprecated
@Restricted(NoExternalUse.class)
public class EnvInjectLogger implements Serializable {

private TaskListener listener;
Expand Down

0 comments on commit 36006bd

Please sign in to comment.