Remove logger getter from DeprecationLogger

This commit removes an unused getter for the logger field from the
DeprecationLogger.
This commit is contained in:
Jason Tedor 2016-08-30 21:19:16 -04:00
parent 4e69ac0272
commit 0fdc5ca587
1 changed files with 0 additions and 4 deletions

View File

@ -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.