Skip to content

Commit

Permalink
LSNBLDR-542 Remove redundant logging declaration. (sakaiproject#4184)
Browse files Browse the repository at this point in the history
With the switch to lombok annotations this isn’t needed any more.
  • Loading branch information
buckett authored Mar 30, 2017
1 parent 73348b8 commit 3b5decc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ public class ContentEntityProvider extends AbstractEntityProvider implements Ent
public static final String PREFIX = "resources.";
public static final String SYS = "sys.";
private static final String STATE_RESOURCES_TYPE_REGISTRY = PREFIX + SYS + "type_registry";
private static Log log = LogFactory.getLog(ContentEntityProvider.class);
private static final String PARAMETER_DEPTH = "depth";
private static final String PARAMETER_TIMESTAMP = "timestamp";

Expand Down

0 comments on commit 3b5decc

Please sign in to comment.