Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site c4f7cefe2 -> 3fb322bc5
Add to about page. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/3fb322bc Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/3fb322bc Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/3fb322bc Branch: refs/heads/asf-site Commit: 3fb322bc539848abe5b2f2d4a994b7dbc8f103f6 Parents: c4f7cef Author: JamesBognar <[email protected]> Authored: Tue Feb 28 17:56:28 2017 -0500 Committer: JamesBognar <[email protected]> Committed: Tue Feb 28 17:56:28 2017 -0500 ---------------------------------------------------------------------- content/about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/3fb322bc/content/about.html ---------------------------------------------------------------------- diff --git a/content/about.html b/content/about.html index db7ac73..dd35cc0 100644 --- a/content/about.html +++ b/content/about.html @@ -621,7 +621,7 @@ </p> <p> The page shown above is implemented on the RestServletDefault class in the method below which shows that it's doing nothing more than - serializing a Swagger bean: + serializing a Swagger bean which is constructed in the RestRequest object: </p> <p class='bcode'> <ja>@RestMethod</ja>(name=<js>"OPTIONS"</js>, path=<js>"/*"</js>)
