Fix broken Javadoc related to < and >
This commit is contained in:
committed by
Sebastien Deleuze
parent
71e2d8e9de
commit
2defb6555e
@@ -173,7 +173,7 @@ public class LocalContainerEntityManagerFactoryBean extends AbstractEntityManage
|
||||
}
|
||||
|
||||
/**
|
||||
* Specify one or more mapping resources (equivalent to {@code <mapping-file>}
|
||||
* Specify one or more mapping resources (equivalent to {@code <mapping-file>}
|
||||
* entries in {@code persistence.xml}) for the default persistence unit.
|
||||
* Can be used on its own or in combination with entity scanning in the classpath,
|
||||
* in both cases avoiding {@code persistence.xml}.
|
||||
|
||||
@@ -234,7 +234,7 @@ public class DefaultPersistenceUnitManager
|
||||
}
|
||||
|
||||
/**
|
||||
* Specify one or more mapping resources (equivalent to {@code <mapping-file>}
|
||||
* Specify one or more mapping resources (equivalent to {@code <mapping-file>}
|
||||
* entries in {@code persistence.xml}) for the default persistence unit.
|
||||
* Can be used on its own or in combination with entity scanning in the classpath,
|
||||
* in both cases avoiding {@code persistence.xml}.
|
||||
|
||||
Reference in New Issue
Block a user