Browse Source

fixed whitespace

3.0.x
Juergen Hoeller 15 years ago
parent
commit
67bb044a6f
  1. 2
      org.springframework.orm/src/main/java/org/springframework/orm/jpa/JpaTransactionManager.java

2
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. * 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. * for example, you could specify the same JNDI DataSource for both.
* <p>If the EntityManagerFactory uses a known DataSource as connection factory, * <p>If the EntityManagerFactory uses a known DataSource as connection factory,
* the DataSource will be autodetected: You can still explictly specify the * the DataSource will be autodetected: You can still explictly specify the

Loading…
Cancel
Save