diff --git a/org.springframework.orm/src/main/java/org/springframework/orm/jpa/EntityManagerFactoryPlusOperations.java b/org.springframework.orm/src/main/java/org/springframework/orm/jpa/EntityManagerFactoryPlusOperations.java index 554fbdf983..a895fe169b 100644 --- a/org.springframework.orm/src/main/java/org/springframework/orm/jpa/EntityManagerFactoryPlusOperations.java +++ b/org.springframework.orm/src/main/java/org/springframework/orm/jpa/EntityManagerFactoryPlusOperations.java @@ -23,7 +23,7 @@ package org.springframework.orm.jpa; * *

As of Spring 2.0, this interface does not define any operations yet. * The pass-through mechanism to the underlying JpaDialect is already in - * place. Concrete operations will be added in the Spring 2.5 timeframe. + * place. Concrete operations may be added in future releases. * * @author Rod Johnson * @since 2.0 diff --git a/org.springframework.orm/src/main/java/org/springframework/orm/jpa/EntityManagerPlusOperations.java b/org.springframework.orm/src/main/java/org/springframework/orm/jpa/EntityManagerPlusOperations.java index d2b835cc05..bf0e9065b3 100644 --- a/org.springframework.orm/src/main/java/org/springframework/orm/jpa/EntityManagerPlusOperations.java +++ b/org.springframework.orm/src/main/java/org/springframework/orm/jpa/EntityManagerPlusOperations.java @@ -23,7 +23,7 @@ package org.springframework.orm.jpa; * *

As of Spring 2.0, this interface does not define any operations yet. * The pass-through mechanism to the underlying JpaDialect is already in - * place. Concrete operations will be added in the Spring 2.5 timeframe. + * place. Concrete operations may be added in future releases. * * @author Rod Johnson * @since 2.0