https://issues.apache.org/jira/browse/JUNEAU-14
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/a2956fe7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/a2956fe7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/a2956fe7 Branch: refs/heads/asf-site Commit: a2956fe7f2d81b8641f364a38ce81e05f678181e Parents: f4a9d8f 859276d Author: jamesbognar <[email protected]> Authored: Mon Aug 22 12:23:58 2016 -0400 Committer: jamesbognar <[email protected]> Committed: Mon Aug 22 12:24:47 2016 -0400 ---------------------------------------------------------------------- content/about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/a2956fe7/content/about.html ---------------------------------------------------------------------- diff --cc content/about.html index 0cdc4ea,9349482..1c76432 --- a/content/about.html +++ b/content/about.html @@@ -200,7 -201,7 +200,7 @@@ <jc>// Execute a method on the server.</jc> IAddressBook ab = client.getRemoteableProxy(IAddressBook.<jk>class</jk>); ab.createPerson(...); -- </p> ++ </p> <p> Since the remote proxy API is built on top of REST, it can be debugged using nothing more than a browser. </p>
