Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2271 from daniel-beck/JENKINS-34093
[FIX JENKINS-34093] Make logger field private
  • Loading branch information
daniel-beck committed Apr 19, 2016
2 parents 51b70ae + b01a1b1 commit 4f51944
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -50,7 +50,7 @@
*/
public abstract class TopLevelItemDescriptor extends Descriptor<TopLevelItem> {

static final Logger LOGGER = Logger.getLogger(TopLevelItemDescriptor.class.getName());
private static final Logger LOGGER = Logger.getLogger(TopLevelItemDescriptor.class.getName());

protected TopLevelItemDescriptor(Class<? extends TopLevelItem> clazz) {
super(clazz);
Expand Down

0 comments on commit 4f51944

Please sign in to comment.