DATACMNS-1161 - Polishing.

Typo in JavaDoc.

Original pull request: #243.
This commit is contained in:
Oliver Gierke
2017-09-21 18:14:57 +02:00
parent ea03388a7c
commit d9860f2d20

View File

@@ -67,7 +67,7 @@ public interface PersistentProperty<P extends PersistentProperty<P>> {
* {@literal null} in case it refers to a simple type. Will return {@link Collection}'s component type or the
* {@link Map}'s value type transparently.
*
* @Deprecated Use getPersistentEntityTypes instead.
* @deprecated Use getPersistentEntityTypes instead.
*/
@Deprecated
Iterable<? extends TypeInformation<?>> getPersistentEntityType();