Repository: incubator-juneau-website
Updated Branches:
  refs/heads/asf-site eb4c8dda4 -> 85dc92a63


Update javadocs.

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/85dc92a6
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/85dc92a6
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/85dc92a6

Branch: refs/heads/asf-site
Commit: 85dc92a636b4180371e61080bff837b529d85704
Parents: eb4c8dd
Author: JamesBognar <[email protected]>
Authored: Mon Jul 10 21:59:57 2017 -0400
Committer: JamesBognar <[email protected]>
Committed: Mon Jul 10 21:59:57 2017 -0400

----------------------------------------------------------------------
 content/site/apidocs/org/apache/juneau/rest/RestContext.html     | 4 ++--
 .../apidocs/src-html/org/apache/juneau/rest/RestContext.html     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/85dc92a6/content/site/apidocs/org/apache/juneau/rest/RestContext.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/RestContext.html 
b/content/site/apidocs/org/apache/juneau/rest/RestContext.html
index ed8fd2c..4a58714 100644
--- a/content/site/apidocs/org/apache/juneau/rest/RestContext.html
+++ b/content/site/apidocs/org/apache/juneau/rest/RestContext.html
@@ -939,7 +939,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
             <js>"editLevel: servlet:/editLevel?logger=$A{attribute.name, 
OFF}"</js>
          }
          header={
-            "&lt;h1&gt;$L{MyLocalizedPageTitle}&lt;/h1&gt;"</js>
+            <js>"&lt;h1&gt;$L{MyLocalizedPageTitle}&lt;/h1&gt;"</js>
          },
          aside={
             <js>"$F{resources/AsideText.html}"</js>
@@ -963,7 +963,7 @@ extends <a 
href="../../../../org/apache/juneau/Context.html" title="class in org
    <li><code>$U{uri}</code> - URI resolver. See <a 
href="../../../../org/apache/juneau/rest/vars/UrlVar.html" title="class in 
org.apache.juneau.rest.vars"><code>UrlVar</code></a>.
    <li><code>$UE{uriPart}</code> - URL-Encoder. See <a 
href="../../../../org/apache/juneau/rest/vars/UrlEncodeVar.html" title="class 
in org.apache.juneau.rest.vars"><code>UrlEncodeVar</code></a>.
    <li><code>$W{widgetName}</code> - HTML widget variable. See <a 
href="../../../../org/apache/juneau/rest/vars/WidgetVar.html" title="class in 
org.apache.juneau.rest.vars"><code>WidgetVar</code></a>.
- <p>
+ </ul>
 
  <p>
  The following syntax variables are also provided:

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/85dc92a6/content/site/apidocs/src-html/org/apache/juneau/rest/RestContext.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/src-html/org/apache/juneau/rest/RestContext.html 
b/content/site/apidocs/src-html/org/apache/juneau/rest/RestContext.html
index 6336ccd..3888f8f 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/rest/RestContext.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/rest/RestContext.html
@@ -732,7 +732,7 @@
 <span class="sourceLineNo">724</span>    *             &lt;js&gt;"editLevel: 
servlet:/editLevel?logger=$A{attribute.name, OFF}"&lt;/js&gt;<a 
name="line.724"></a>
 <span class="sourceLineNo">725</span>    *          }<a name="line.725"></a>
 <span class="sourceLineNo">726</span>    *          header={<a 
name="line.726"></a>
-<span class="sourceLineNo">727</span>    *             
"&amp;lt;h1&amp;gt;$L{MyLocalizedPageTitle}&amp;lt;/h1&amp;gt;"&lt;/js&gt;<a 
name="line.727"></a>
+<span class="sourceLineNo">727</span>    *             
&lt;js&gt;"&amp;lt;h1&amp;gt;$L{MyLocalizedPageTitle}&amp;lt;/h1&amp;gt;"&lt;/js&gt;<a
 name="line.727"></a>
 <span class="sourceLineNo">728</span>    *          },<a name="line.728"></a>
 <span class="sourceLineNo">729</span>    *          aside={<a 
name="line.729"></a>
 <span class="sourceLineNo">730</span>    *             
&lt;js&gt;"$F{resources/AsideText.html}"&lt;/js&gt;<a name="line.730"></a>
@@ -756,7 +756,7 @@
 <span class="sourceLineNo">748</span>    *    
&lt;li&gt;&lt;code&gt;$U{uri}&lt;/code&gt; - URI resolver. See {@link 
UrlVar}.<a name="line.748"></a>
 <span class="sourceLineNo">749</span>    *    
&lt;li&gt;&lt;code&gt;$UE{uriPart}&lt;/code&gt; - URL-Encoder. See {@link 
UrlEncodeVar}.<a name="line.749"></a>
 <span class="sourceLineNo">750</span>    *    
&lt;li&gt;&lt;code&gt;$W{widgetName}&lt;/code&gt; - HTML widget variable. See 
{@link WidgetVar}.<a name="line.750"></a>
-<span class="sourceLineNo">751</span>    * &lt;p&gt;<a name="line.751"></a>
+<span class="sourceLineNo">751</span>    * &lt;/ul&gt;<a name="line.751"></a>
 <span class="sourceLineNo">752</span>    *<a name="line.752"></a>
 <span class="sourceLineNo">753</span>    * &lt;p&gt;<a name="line.753"></a>
 <span class="sourceLineNo">754</span>    * The following syntax variables are 
also provided:<a name="line.754"></a>

Reply via email to