Skip to content

Commit bbd82e9

Browse files
committed
Revert change made for testing
1 parent 44a4a79 commit bbd82e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapps/examples/WEB-INF/classes/RequestHeaderExample.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ protected boolean prefersJSON(String acceptHeader) {
7373

7474
// text/html, application/html, etc.
7575
if (accept.contains("html")) {
76-
return true;
76+
return false;
7777
}
7878
}
7979
return false;

0 commit comments

Comments
 (0)