SPR-6160: resolved by referring to 'future release' instead of 2.5

master
David Syer 15 years ago
parent 46818b038a
commit 2978a4d0eb
  1. 2
      org.springframework.orm/src/main/java/org/springframework/orm/jpa/EntityManagerFactoryPlusOperations.java
  2. 2
      org.springframework.orm/src/main/java/org/springframework/orm/jpa/EntityManagerPlusOperations.java

@ -23,7 +23,7 @@ package org.springframework.orm.jpa;
* *
* <p>As of Spring 2.0, this interface does not define any operations yet. * <p>As of Spring 2.0, this interface does not define any operations yet.
* The pass-through mechanism to the underlying JpaDialect is already in * 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 * @author Rod Johnson
* @since 2.0 * @since 2.0

@ -23,7 +23,7 @@ package org.springframework.orm.jpa;
* *
* <p>As of Spring 2.0, this interface does not define any operations yet. * <p>As of Spring 2.0, this interface does not define any operations yet.
* The pass-through mechanism to the underlying JpaDialect is already in * 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 * @author Rod Johnson
* @since 2.0 * @since 2.0

Loading…
Cancel
Save