This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/juneau-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 07fee5899 Update about page.
07fee5899 is described below
commit 07fee58991a4a4828d66613e76bdbb9bcf74519c
Author: JamesBognar <[email protected]>
AuthorDate: Sat Jul 2 09:49:14 2022 -0400
Update about page.
---
content/about.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/content/about.html b/content/about.html
index abc38fcfe..bbb46e56e 100644
--- a/content/about.html
+++ b/content/about.html
@@ -136,7 +136,8 @@
<jk>return</jk> Ok.<jsf>OK</jsf>; <jc>// Standard
400-OK response.</jc>
}
}
-
+ </p>
+ <p class='bjava'>
<jc>// Client-side Java interface that describes the REST endpoint</jc>
<ja>@Remote</ja>(path=<js>"/petstore"</js>)
<jk>public interface</jk> PetStoreClient {