Skip to content

Commit

Permalink
[FIX JENKINS-34093] Make logger field private
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck committed Apr 17, 2016
1 parent ca1cc0e commit b01a1b1
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 b01a1b1

Please sign in to comment.