Skip to content

Commit b3fb79e

Browse files
endtakjhoeller
authored andcommitted
isIncludeHeaders() declared as protected.
1 parent f694401 commit b3fb79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-web/src/main/java/org/springframework/web/filter/AbstractRequestLoggingFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public void setIncludeHeaders(boolean includeHeaders) {
136136
* Return whether the request headers should be included in the log message.
137137
* @since 4.3
138138
*/
139-
public boolean isIncludeHeaders() {
139+
protected boolean isIncludeHeaders() {
140140
return this.includeHeaders;
141141
}
142142

0 commit comments

Comments
 (0)