Remove logger getter from DeprecationLogger
This commit removes an unused getter for the logger field from the DeprecationLogger.
This commit is contained in:
parent
4e69ac0272
commit
0fdc5ca587
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue