Author: clr
Date: Tue Aug 26 12:44:03 2008
New Revision: 689181
URL: http://svn.apache.org/viewvc?rev=689181&view=rev
Log:
JDO-554 Clarify definition of BASIC members
Modified:
db/jdo/trunk/api2/src/java/javax/jdo/FetchGroup.java
Modified: db/jdo/trunk/api2/src/java/javax/jdo/FetchGroup.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api2/src/java/javax/jdo/FetchGroup.java?rev=689181&r1=689180&r2=689181&view=diff
==============================================================================
--- db/jdo/trunk/api2/src/java/javax/jdo/FetchGroup.java (original)
+++ db/jdo/trunk/api2/src/java/javax/jdo/FetchGroup.java Tue Aug 26 12:44:03 2008
@@ -85,10 +85,10 @@
/**
* For use with {@link #addCategory} and {@link #removeCategory} calls.
- * This category includes members of all basic (primitive and immutable
- * object class) types as defined in section 6.4 of the specification,
- * including String, Date and its jdbc subtypes, Locale, Currency,
- * and Enum types.
+ * This category includes members of all primitive and immutable
+ * object class types as defined in section 6.4 of the specification,
+ * including String, Locale, Currency, BigDecimal, and BigInteger;
+ * as well as Date and its jdbc subtypes and Enum types.
* @since 2.2
*/
public static final String BASIC = "basic";
|