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