Repository: incubator-juneau Updated Branches: refs/heads/master 11aa7625f -> 9130a9e0b
Remove references to X^^ class array notation. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/9130a9e0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/9130a9e0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/9130a9e0 Branch: refs/heads/master Commit: 9130a9e0bfb76c0eb63027c265fccc857a24ec96 Parents: 11aa762 Author: JamesBognar <[email protected]> Authored: Sat Apr 8 17:11:05 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Sat Apr 8 17:11:05 2017 -0400 ---------------------------------------------------------------------- .../main/java/org/apache/juneau/xml/package.html | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/9130a9e0/juneau-core/src/main/java/org/apache/juneau/xml/package.html ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/xml/package.html b/juneau-core/src/main/java/org/apache/juneau/xml/package.html index eb6377b..3b2647e 100644 --- a/juneau-core/src/main/java/org/apache/juneau/xml/package.html +++ b/juneau-core/src/main/java/org/apache/juneau/xml/package.html @@ -806,8 +806,6 @@ </p> <p> The following examples show how type names are used under various circumstances. - Note that array dimensions are represented with the caret <js>'^'</js> character. - For example, <js>"X^"</js> is a 1-dimensional array, and <js>"X^^"</js> is a 2-dimensional array. </p> <p> Pay special attention to when <xa>_type</xa> attributes are and are not used. @@ -840,7 +838,7 @@ <fx><xv>foo</xv></fx> </X> </b1> - <b2 <xa>_type</xa>=<xs>'X^'</xs>> + <b2> <X> <fx><xv>foo</xv></fx> </X> @@ -877,7 +875,7 @@ </X> </array> </b1> - <b2 <xa>_type</xa>=<xs>'X^^'</xs>> + <b2> <array> <X> <fx><xv>foo</xv></fx> @@ -987,7 +985,7 @@ <fa><xv>foo</xv></fa> </A> </a> - <ia1 <xa>_type</xa>=<xs>'A^'</xs>> + <ia1> <A> <fa><xv>foo</xv></fa> </A> @@ -997,7 +995,7 @@ <fa><xv>foo</xv></fa> </A> </ia2> - <aa1 <xa>_type</xa>=<xs>'A^'</xs>> + <aa1> <A> <fa><xv>foo</xv></fa> </A> @@ -1007,7 +1005,7 @@ <fa><xv>foo</xv></fa> </A> </aa2> - <o1 <xa>_type</xa>=<xs>'A^'</xs>> + <o1> <A> <fa><xv>foo</xv></fa> </A> @@ -1086,7 +1084,7 @@ </a1> </a> <ia> - <ia1 <xa>_type</xa>=<xs>'A^'</xs>> + <ia1> <A> <fa><xv>foo</xv></fa> </A> @@ -1098,7 +1096,7 @@ </ia2> </ia> <aa> - <aa1 <xa>_type</xa>=<xs>'A^'</xs>> + <aa1> <A> <fa><xv>foo</xv></fa> </A> @@ -1110,7 +1108,7 @@ </aa2> </aa> <o> - <o1 <xa>_type</xa>=<xs>'A^'</xs>> + <o1> <A> <fa><xv>foo</xv></fa> </A>
