Index: api2/src/java/javax/jdo/metadata/IndexMetadata.java =================================================================== --- api2/src/java/javax/jdo/metadata/IndexMetadata.java (Revision 725459) +++ api2/src/java/javax/jdo/metadata/IndexMetadata.java (Arbeitskopie) @@ -61,7 +61,7 @@ * * @return Unique? */ - Boolean getUnique(); + boolean getUnique(); /** * Accessor for all column(s) defined on the index. @@ -127,4 +127,4 @@ * @return The number of properties */ int getNumberOfProperties(); -} \ No newline at end of file +} Index: api2/src/java/javax/jdo/metadata/FetchGroupMetadata.java =================================================================== --- api2/src/java/javax/jdo/metadata/FetchGroupMetadata.java (Revision 725459) +++ api2/src/java/javax/jdo/metadata/FetchGroupMetadata.java (Arbeitskopie) @@ -40,7 +40,7 @@ * * @return Whether to call post-load */ - boolean getPostLoad(); + Boolean getPostLoad(); /** * Accessor for all fields defined on the fetch group. @@ -85,4 +85,4 @@ * @return The number of properties */ int getNumberOfProperties(); -} \ No newline at end of file +}