This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new 551e10353 Fix Javadocs
551e10353 is described below

commit 551e10353a343d423b57fec57d0f566605f791a8
Author: JamesBognar <[email protected]>
AuthorDate: Sat Nov 26 13:44:46 2022 -0500

    Fix Javadocs
---
 juneau-doc/src/main/javadoc/overview.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/juneau-doc/src/main/javadoc/overview.html 
b/juneau-doc/src/main/javadoc/overview.html
index 0f8221a25..18d8b2d74 100644
--- a/juneau-doc/src/main/javadoc/overview.html
+++ b/juneau-doc/src/main/javadoc/overview.html
@@ -15445,11 +15445,11 @@
                Spring Boot:
        </p>
        <ul class='javatree'>
-               <li class='jp'>{@link org.apache.juneau.examples.rest.jetty}
-               <li class='jp'>{@link 
org.apache.juneau.examples.rest.springboot}
+               <li class='jp'><c>org.apache.juneau.examples.rest.jetty</c>
+               <li class='jp'><c>org.apache.juneau.examples.rest.springboot</c>
        </ul>
        <p>
-               The {@link org.apache.juneau.examples.rest.springboot} 
application is described in the section <a class="doclink" 
href="#jrss.Overview">SpringBoot Overview</a>.
+               The <c>org.apache.juneau.examples.rest.springboot</c> 
application is described in the section <a class="doclink" 
href="#jrss.Overview">SpringBoot Overview</a>.
        </p>
        <p>
                The Jetty application consists of the following application 
class that registers our top-level servlet:
@@ -21920,7 +21920,7 @@
                configuration classes).
        </p>
        <p>
-               The {@link org.apache.juneau.examples.rest.springboot} package 
and {@link org.apache.juneau.examples.rest.springboot.App} 
+               The <c>org.apache.juneau.examples.rest.springboot</c> package 
and <c>org.apache.juneau.examples.rest.springboot.App</c> 
                application are a basic Spring Boot application that shows off 
simple Juneau examples including injection beans.
        </p>    
        <p class='bjava'>
@@ -22014,7 +22014,7 @@
        <img class='bordered w800' 
src='doc-files/jrss.Overview.RootResources.json.png'>
        
        <p>
-               The {@link 
org.apache.juneau.examples.rest.springboot.HelloWorldResource} class shows an 
example of a child resource
+               The 
<c>org.apache.juneau.examples.rest.springboot.HelloWorldResource</c> class 
shows an example of a child resource
                defined as an injected bean.
        </p>
        <p class='bjava'>

Reply via email to