Skip to content

Commit

Permalink
Revert change made for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Dec 6, 2024
1 parent 323071f commit cb17076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapps/examples/WEB-INF/classes/RequestHeaderExample.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ protected boolean prefersJSON(String acceptHeader) {

// text/html, application/html, etc.
if (accept.contains("html")) {
return true;
return false;
}
}
return false;
Expand Down

0 comments on commit cb17076

Please sign in to comment.