From d9860f2d201e37d91eac5f4390323a570ad82062 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 21 Sep 2017 18:14:57 +0200 Subject: [PATCH] DATACMNS-1161 - Polishing. Typo in JavaDoc. Original pull request: #243. --- .../org/springframework/data/mapping/PersistentProperty.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/springframework/data/mapping/PersistentProperty.java b/src/main/java/org/springframework/data/mapping/PersistentProperty.java index 78c730670..244629338 100644 --- a/src/main/java/org/springframework/data/mapping/PersistentProperty.java +++ b/src/main/java/org/springframework/data/mapping/PersistentProperty.java @@ -67,7 +67,7 @@ public interface PersistentProperty

> { * {@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> getPersistentEntityType();