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 c29412aa8 Update about page.
c29412aa8 is described below
commit c29412aa8dae848ddc6546f90285573e48a4195e
Author: JamesBognar <[email protected]>
AuthorDate: Sat Jul 2 09:54:26 2022 -0400
Update about page.
---
content/about.html | 5 +----
templates/about.html | 8 +++-----
2 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/content/about.html b/content/about.html
index bbb46e56e..54767411e 100644
--- a/content/about.html
+++ b/content/about.html
@@ -321,11 +321,8 @@
},
asideFloat="RIGHT"
)
- <ja>@SerializerConfig</ja>(
- quoteChar=<js>"'"</js>
- )
<jk>public class</jk> RootResources <jk>extends</jk>
BasicSpringRestServletGroup <jk>implements</jk> BasicUniversalConfig {
- <jk>private static final long</jk> <jsf>serialVersionUID</jsf>
= 1L;
+ <jc>// No code! </jc>
}
</p>
diff --git a/templates/about.html b/templates/about.html
index 5461cb719..73a3318e5 100644
--- a/templates/about.html
+++ b/templates/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 {
@@ -320,11 +321,8 @@
},
asideFloat="RIGHT"
)
- <ja>@SerializerConfig</ja>(
- quoteChar=<js>"'"</js>
- )
<jk>public class</jk> RootResources <jk>extends</jk>
BasicSpringRestServletGroup <jk>implements</jk> BasicUniversalConfig {
- <jk>private static final long</jk> <jsf>serialVersionUID</jsf>
= 1L;
+ <jc>// No code! </jc>
}
</p>