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 a72350730 Update about page.
a72350730 is described below
commit a723507306725756fd447c046cf075e154f9dca5
Author: JamesBognar <[email protected]>
AuthorDate: Sat Jul 2 16:10:00 2022 -0400
Update about page.
---
content/about.html | 3 ++-
templates/about.html | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/content/about.html b/content/about.html
index a4472bcc8..c31344b64 100644
--- a/content/about.html
+++ b/content/about.html
@@ -166,7 +166,8 @@
<ja>@Query</ja>(<js>"debug"</js>) <jk>boolean</jk>
<jv>debug</jv>
) <jk>throws</jk> BadRequest, Unauthorized, InternalServerError;
}
-
+ </p>
+ <p class='bjava'>
<jc>// Use a RestClient with default Simple JSON support and BASIC
auth.</jc>
RestClient <jv>client</jv> =
RestClient.<jsm>create</jsm>().simpleJson().basicAuth(...).build();
diff --git a/templates/about.html b/templates/about.html
index 676f604ef..1d1d8e45d 100644
--- a/templates/about.html
+++ b/templates/about.html
@@ -166,7 +166,8 @@
<ja>@Query</ja>(<js>"debug"</js>) <jk>boolean</jk>
<jv>debug</jv>
) <jk>throws</jk> BadRequest, Unauthorized, InternalServerError;
}
-
+ </p>
+ <p class='bjava'>
<jc>// Use a RestClient with default Simple JSON support and BASIC
auth.</jc>
RestClient <jv>client</jv> =
RestClient.<jsm>create</jsm>().simpleJson().basicAuth(...).build();