提交 6d47e1e0 编写于 作者: J Juergen Hoeller

Fix getHeaderPredicate visibility to be declared as protected

Closes gh-23976
上级 fc55e66d
......@@ -199,7 +199,7 @@ public abstract class AbstractRequestLoggingFilter extends OncePerRequestFilter
* @since 5.2
*/
@Nullable
public Predicate<String> getHeaderPredicate() {
protected Predicate<String> getHeaderPredicate() {
return this.headerPredicate;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册