Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site 59ede413a -> 6eea11246
Formatting issue. 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/6eea1124 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/6eea1124 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/6eea1124 Branch: refs/heads/asf-site Commit: 6eea112468b04d69ec6a8286bcdb7e84fa6cc265 Parents: 59ede41 Author: JamesBognar <[email protected]> Authored: Fri Feb 10 11:05:05 2017 -0500 Committer: JamesBognar <[email protected]> Committed: Fri Feb 10 11:05:05 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/6eea1124/content/about.html ---------------------------------------------------------------------- diff --git a/content/about.html b/content/about.html index 1a3969e..2aeb717 100644 --- a/content/about.html +++ b/content/about.html @@ -525,7 +525,7 @@ The remote proxy interface API allows you to invoke POJO methods using REST... </p> <p class='bcode'> - RestClient client = <jk>new</jk> RestClient(JsonSerializer.<js>class</js>, JsonParser.<js>class</js>) + RestClient client = <jk>new</jk> RestClient(JsonSerializer.<jk>class</jk>, JsonParser.<jk>class</jk>) .setRemoteableUriServletUrl(<js>"https://localhost:9443/jazz/remote"</js>); <jc>// Execute a method on the server.</jc>
