From 2978a4d0eb2b267b45ff25ae3d5555c73c05ea95 Mon Sep 17 00:00:00 2001 From: David Syer Date: Tue, 27 Oct 2009 11:59:59 +0000 Subject: [PATCH] SPR-6160: resolved by referring to 'future release' instead of 2.5 --- .../orm/jpa/EntityManagerFactoryPlusOperations.java | 2 +- .../springframework/orm/jpa/EntityManagerPlusOperations.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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