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/21 13:57:35 UTC

incubator-juneau-website git commit: Clarification added.

Repository: incubator-juneau-website
Updated Branches:
  refs/heads/asf-site 4c573a9da -> 7d8bbdc3d


Clarification added.

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

Branch: refs/heads/asf-site
Commit: 7d8bbdc3d8de81b874fbf5ae7a969098446312d7
Parents: 4c573a9
Author: JamesBognar <ja...@apache.org>
Authored: Tue Feb 21 08:57:33 2017 -0500
Committer: JamesBognar <ja...@apache.org>
Committed: Tue Feb 21 08:57:33 2017 -0500

----------------------------------------------------------------------
 content/about.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7d8bbdc3/content/about.html
----------------------------------------------------------------------
diff --git a/content/about.html b/content/about.html
index d1230af..a3c679e 100644
--- a/content/about.html
+++ b/content/about.html
@@ -157,8 +157,8 @@
 		<br>See <a href='http://juneau.incubator.apache.org/site/apidocs/overview-summary.html#Core.PojoCategories'>here</a> for a list of supported POJO types.
 	</p>
 	<p>
-		Serializers can send output directly to Writers, OutputStreams, and Files.
-		<br>Parsers can receive input directly from Readers, CharSequences, InputStreams, or Files.
+		Serializers can send output directly to Writers, OutputStreams, Files, Strings, or byte arrays.
+		<br>Parsers can receive input directly from Readers, InputStreams, Files, Strings, or byte arrays.
 	</p>
 	<br><hr>
 	<p>