From 4f89459c3da69a9f130e8a94aa6c55b647d6bcc7 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Mon, 18 Jul 2011 21:23:43 +0000 Subject: [PATCH] Polish whitespace on JpaTransactionManager --- .../java/org/springframework/orm/jpa/JpaTransactionManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.springframework.orm/src/main/java/org/springframework/orm/jpa/JpaTransactionManager.java b/org.springframework.orm/src/main/java/org/springframework/orm/jpa/JpaTransactionManager.java index 22d2b28c15..94e9218318 100644 --- a/org.springframework.orm/src/main/java/org/springframework/orm/jpa/JpaTransactionManager.java +++ b/org.springframework.orm/src/main/java/org/springframework/orm/jpa/JpaTransactionManager.java @@ -184,7 +184,7 @@ public class JpaTransactionManager extends AbstractPlatformTransactionManager /** * Set the JDBC DataSource that this instance should manage transactions for. - * The DataSource should match the one used by the JPA EntityManagerFactory: + * The DataSource should match the one used by the JPA EntityManagerFactory: * for example, you could specify the same JNDI DataSource for both. *

If the EntityManagerFactory uses a known DataSource as connection factory, * the DataSource will be autodetected: You can still explictly specify the