You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mb...@apache.org on 2006/03/17 10:36:21 UTC

svn commit: r386593 - /db/jdo/trunk/api20/src/java/javax/jdo/FetchPlan.java

Author: mbo
Date: Fri Mar 17 01:36:19 2006
New Revision: 386593

URL: http://svn.apache.org/viewcvs?rev=386593&view=rev
Log:
Change javadoc of method setMaxFetchDepth to avoid warning with JDK1.4 javadoc tool

Modified:
    db/jdo/trunk/api20/src/java/javax/jdo/FetchPlan.java

Modified: db/jdo/trunk/api20/src/java/javax/jdo/FetchPlan.java
URL: http://svn.apache.org/viewcvs/db/jdo/trunk/api20/src/java/javax/jdo/FetchPlan.java?rev=386593&r1=386592&r2=386593&view=diff
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/FetchPlan.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/FetchPlan.java Fri Mar 17 01:36:19 2006
@@ -141,8 +141,8 @@
 
     /**
      * Set the maximum fetch depth when fetching. 
-     * 0 has no meaning and will throw a JDOUserException.
-     * -1 means that no limit is placed on fetching.
+     * A value of 0 has no meaning and will throw a JDOUserException.
+     * A value of -1 means that no limit is placed on fetching.
      * A positive integer will result in that number of references from the
      * initial object to be fetched.
      * @param fetchDepth the depth