Merge pull request #9541 from amit2103/JAVA-1952

Check Article Code Matches GitHub
This commit is contained in:
Josh Cummings
2020-06-22 08:22:22 -06:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
@@ -72,7 +72,7 @@ public class FooMappingExamplesController {
@RequestMapping(value = "/foos", produces = { "application/json", "application/xml" })
@ResponseBody
public String getFoosAsJsonFromBrowser() {
public String getFoosAsJsonFromREST() {
return "Get some Foos with Header New";
}