You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ke...@apache.org on 2007/05/14 21:09:17 UTC

svn commit: r537953 - in /incubator/tuscany/site: site-author/java_sdo_overview.xml site-publish/java_sdo_overview.html

Author: kelvingoodson
Date: Mon May 14 12:09:16 2007
New Revision: 537953

URL: http://svn.apache.org/viewvc?view=rev&rev=537953
Log:
fix reference to arrayAccessors in old style website

Modified:
    incubator/tuscany/site/site-author/java_sdo_overview.xml
    incubator/tuscany/site/site-publish/java_sdo_overview.html

Modified: incubator/tuscany/site/site-author/java_sdo_overview.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/site/site-author/java_sdo_overview.xml?view=diff&rev=537953&r1=537952&r2=537953
==============================================================================
--- incubator/tuscany/site/site-author/java_sdo_overview.xml (original)
+++ incubator/tuscany/site/site-author/java_sdo_overview.xml Mon May 14 12:09:16 2007
@@ -631,7 +631,9 @@
 	of this option is only recommended for scenarios where this kind of
 	container movement/management is not necessary.</P>
 	<P><STRONG>-arrayAccessors</STRONG> Generates Java array
-	getters/setters for multiplicity-many properties. With this option, the
+	getters/setters for multiplicity-many properties. <STRONG>Note that
+    this option is experimental prototype code and is not fully developed
+    </STRONG>With this option, the
 	set of "standard" JavaBean array accessor methods (e.g., Foo[]
 	getFoo(), Foo getFoo(int), int getFooLength(), setFoo(Foo[]), and void
 	setFoo(int, Foo)) are generated. The normal List-returning accessor is

Modified: incubator/tuscany/site/site-publish/java_sdo_overview.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/site/site-publish/java_sdo_overview.html?view=diff&rev=537953&r1=537952&r2=537953
==============================================================================
--- incubator/tuscany/site/site-publish/java_sdo_overview.html (original)
+++ incubator/tuscany/site/site-publish/java_sdo_overview.html Mon May 14 12:09:16 2007
@@ -1122,7 +1122,9 @@
 	of this option is only recommended for scenarios where this kind of
 	container movement/management is not necessary.</P>
 	<P><STRONG>-arrayAccessors</STRONG> Generates Java array
-	getters/setters for multiplicity-many properties. With this option, the
+	getters/setters for multiplicity-many properties. <STRONG>Note that
+    this option is experimental prototype code and is not fully developed
+    </STRONG>With this option, the
 	set of "standard" JavaBean array accessor methods (e.g., Foo[]
 	getFoo(), Foo getFoo(int), int getFooLength(), setFoo(Foo[]), and void
 	setFoo(int, Foo)) are generated. The normal List-returning accessor is



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org