You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2017/02/16 14:07:42 UTC

incubator-juneau git commit: Fix broken links in Javadocs

Repository: incubator-juneau
Updated Branches:
  refs/heads/master 097b81032 -> b079dc848


Fix broken links in Javadocs

Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/b079dc84
Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/b079dc84
Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/b079dc84

Branch: refs/heads/master
Commit: b079dc84841ef250f44a6933c64ca119af5f1509
Parents: 097b810
Author: JamesBognar <ja...@apache.org>
Authored: Thu Feb 16 09:07:39 2017 -0500
Committer: JamesBognar <ja...@apache.org>
Committed: Thu Feb 16 09:07:39 2017 -0500

----------------------------------------------------------------------
 juneau-core/src/main/javadoc/overview.html             |  2 +-
 .../java/org/apache/juneau/rest/jaxrs/package.html     |  4 ++--
 .../src/main/java/org/apache/juneau/rest/package.html  | 13 +------------
 3 files changed, 4 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/b079dc84/juneau-core/src/main/javadoc/overview.html
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/javadoc/overview.html b/juneau-core/src/main/javadoc/overview.html
index 50701c5..c2f8fb9 100644
--- a/juneau-core/src/main/javadoc/overview.html
+++ b/juneau-core/src/main/javadoc/overview.html
@@ -5648,7 +5648,7 @@
 				<br>This has the added benefit of simplifying the overall code.
 			<li>The {@link org.apache.juneau.serializer.SerializerContext#SERIALIZER_addBeanTypeProperties} setting is now enabled by default.
 			<li>Combined the <code>SERIALIZER_addIndentation</code>/<code>JSON_addWhitespace</code>/<code>UON_addWhitespace</code>
-				properties into a single {@link org.apache.juneau.serializer.SerializerContext#SERIALIZER_addWhitespace} setting.
+				properties into a single {@link org.apache.juneau.serializer.SerializerContext#SERIALIZER_useWhitespace} setting.
 		</ul>
 		
 		<h6 class='topic'>org.apache.juneau.rest</h6>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/b079dc84/juneau-rest-jaxrs/src/main/java/org/apache/juneau/rest/jaxrs/package.html
----------------------------------------------------------------------
diff --git a/juneau-rest-jaxrs/src/main/java/org/apache/juneau/rest/jaxrs/package.html b/juneau-rest-jaxrs/src/main/java/org/apache/juneau/rest/jaxrs/package.html
index e877328..43c3b15 100644
--- a/juneau-rest-jaxrs/src/main/java/org/apache/juneau/rest/jaxrs/package.html
+++ b/juneau-rest-jaxrs/src/main/java/org/apache/juneau/rest/jaxrs/package.html
@@ -232,7 +232,7 @@
 		<ja>@Produces</ja>(<js>"*/*"</js>)
 		<ja>@RestMethod</ja>( <jc>/* Override some properties */</jc>
 			properties={
-				<ja>@Property</ja>(name=SerializerContext.<jsf>SERIALIZER_useIndentation</jsf>, value=<js>"true"</js>),
+				<ja>@Property</ja>(name=SerializerContext.<jsf>SERIALIZER_useWhitespace</jsf>, value=<js>"true"</js>),
 				<ja>@Property</ja>(name=JsonSerializerContext.<jsf>LAX_MODE</jsf>, value=<js>"true"</js>)
 			}
 		)
@@ -251,7 +251,7 @@
 	</p>	
 	<p>
 		When we start up the servlet, we can interact with the resource using cURL.
-		In these examples, note that the <jsf>SERIALIZER_useIndentation</jsf> and <jsf>LAX_MODE</jsf> settings
+		In these examples, note that the <jsf>SERIALIZER_useWhitespace</jsf> and <jsf>LAX_MODE</jsf> settings
 			cause the output to be readable instead of condensed.
 	</p>
 	<p class='bcode'>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/b079dc84/juneau-rest/src/main/java/org/apache/juneau/rest/package.html
----------------------------------------------------------------------
diff --git a/juneau-rest/src/main/java/org/apache/juneau/rest/package.html b/juneau-rest/src/main/java/org/apache/juneau/rest/package.html
index 3bedee1..c608106 100644
--- a/juneau-rest/src/main/java/org/apache/juneau/rest/package.html
+++ b/juneau-rest/src/main/java/org/apache/juneau/rest/package.html
@@ -445,21 +445,11 @@
 			<td>{@link org.apache.juneau.urlencoding.UonSerializer}</td>
 		</tr>
 		<tr>
-			<td class='code'>text/uon-simple</td>
-	 		<td class='code'>text/uon</td>
-	 		<td>{@link org.apache.juneau.urlencoding.UonSerializer.Simple}</td>
-		</tr>
-		<tr>
 			<td class='code'>application/x-www-form-urlencoded</td>
 			<td class='code'>application/x-www-form-urlencoded</td>
 			<td>{@link org.apache.juneau.urlencoding.UrlEncodingSerializer}</td>
 		</tr>
 		<tr>
-	 		<td class='code'>application/x-www-form-urlencoded-simple</td>
-	 		<td class='code'>application/x-www-form-urlencoded</td>
-			<td>{@link org.apache.juneau.urlencoding.UrlEncodingSerializer.Simple}</td>
-		</tr>
-		<tr>
 			<td class='code'>text/xml+soap</td>
 			<td class='code'>text/xml</td>
 			<td>{@link org.apache.juneau.soap.SoapXmlSerializer}</td>
@@ -2856,8 +2846,7 @@
 				<td class='code'>&amp;plainText=true</td>
 				<td>
 					Response will always be <l>Content-Type: text/plain</l> and the returned text will be human-readable
-						(i.e. {@link org.apache.juneau.serializer.SerializerContext#SERIALIZER_useIndentation} and 
-						{@link org.apache.juneau.json.JsonSerializerContext#JSON_useWhitespace} enabled).
+						({@link org.apache.juneau.serializer.SerializerContext#SERIALIZER_useWhitespace} enabled).
 					<br>Useful for debugging.
 				</td>
 			</tr>