From ce68c4dccb8f1b5adefb74a038647642b9618d32 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 17 Mar 2015 23:10:56 +0100 Subject: [PATCH] Polish Javadoc in MutablePersistenceUnitInfo - Using Javadoc syntax for code formatting instead of JIRA's. --- .../orm/jpa/persistenceunit/MutablePersistenceUnitInfo.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/MutablePersistenceUnitInfo.java b/spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/MutablePersistenceUnitInfo.java index ae94f3fa82f..36a530523a0 100644 --- a/spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/MutablePersistenceUnitInfo.java +++ b/spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/MutablePersistenceUnitInfo.java @@ -31,10 +31,10 @@ import org.springframework.util.ClassUtils; /** * Spring's base implementation of the JPA * {@link javax.persistence.spi.PersistenceUnitInfo} interface, - * used to bootstrap an EntityManagerFactory in a container. + * used to bootstrap an {@code EntityManagerFactory} in a container. * *

This implementation is largely a JavaBean, offering mutators - * for all standard PersistenceUnitInfo properties. + * for all standard {@code PersistenceUnitInfo} properties. * * @author Rod Johnson * @author Juergen Hoeller @@ -170,7 +170,7 @@ public class MutablePersistenceUnitInfo implements SmartPersistenceUnitInfo { /** * Add a managed package to the persistence provider's metadata. - *

Note: This refers to annotated {{package-info.java}} files. It does + *

Note: This refers to annotated {@code package-info.java} files. It does * not trigger entity scanning in the specified package; this is * rather the job of {@link DefaultPersistenceUnitManager#setPackagesToScan}. * @since 4.1