File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
/**
32
32
* Spring's base implementation of the JPA
33
33
* {@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.
35
35
*
36
36
* <p>This implementation is largely a JavaBean, offering mutators
37
- * for all standard PersistenceUnitInfo properties.
37
+ * for all standard {@code PersistenceUnitInfo} properties.
38
38
*
39
39
* @author Rod Johnson
40
40
* @author Juergen Hoeller
@@ -170,7 +170,7 @@ public List<String> getManagedClassNames() {
170
170
171
171
/**
172
172
* 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
174
174
* <i>not</i> trigger entity scanning in the specified package; this is
175
175
* rather the job of {@link DefaultPersistenceUnitManager#setPackagesToScan}.
176
176
* @since 4.1
You can’t perform that action at this time.
0 commit comments