Skip to content

Commit ce68c4d

Browse files
committed
Polish Javadoc in MutablePersistenceUnitInfo
- Using Javadoc syntax for code formatting instead of JIRA's.
1 parent 6f98cf3 commit ce68c4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/MutablePersistenceUnitInfo.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
/**
3232
* Spring's base implementation of the JPA
3333
* {@link javax.persistence.spi.PersistenceUnitInfo} interface,
34-
* used to bootstrap an EntityManagerFactory in a container.
34+
* used to bootstrap an {@code EntityManagerFactory} in a container.
3535
*
3636
* <p>This implementation is largely a JavaBean, offering mutators
37-
* for all standard PersistenceUnitInfo properties.
37+
* for all standard {@code PersistenceUnitInfo} properties.
3838
*
3939
* @author Rod Johnson
4040
* @author Juergen Hoeller
@@ -170,7 +170,7 @@ public List<String> getManagedClassNames() {
170170

171171
/**
172172
* Add a managed package to the persistence provider's metadata.
173-
* <p>Note: This refers to annotated {{package-info.java}} files. It does
173+
* <p>Note: This refers to annotated {@code package-info.java} files. It does
174174
* <i>not</i> trigger entity scanning in the specified package; this is
175175
* rather the job of {@link DefaultPersistenceUnitManager#setPackagesToScan}.
176176
* @since 4.1

0 commit comments

Comments
 (0)