Skip to content

Commit

Permalink
Remove logger getter from DeprecationLogger
Browse files Browse the repository at this point in the history
This commit removes an unused getter for the logger field from the
DeprecationLogger.
  • Loading branch information
jasontedor committed Aug 31, 2016
1 parent 4e69ac0 commit 0fdc5ca
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ public class DeprecationLogger {

private final Logger logger;

public Logger getLogger() {
return logger;
}

/**
* The "Warning" Header comes from RFC-7234. As the RFC describes, it's generally used for caching purposes, but it can be
* used for <em>any</em> warning.
Expand Down

0 comments on commit 0fdc5ca

Please sign in to comment.