Polishing.

Whitespace in JpaPersistentPropertyImpl.

See #2191
This commit is contained in:
Oliver Drotbohm
2021-03-31 10:18:28 +02:00
committed by Mark Paluch
parent 77aa1bbc5f
commit 7116fc1c83

View File

@@ -124,7 +124,7 @@ class JpaPersistentPropertyImpl extends AnnotationBasedPersistentProperty<JpaPer
: super.getActualType();
}
/*
/*
* (non-Javadoc)
* @see org.springframework.data.mapping.PersistentProperty#getPersistentEntityTypes()
*/
@@ -208,7 +208,7 @@ class JpaPersistentPropertyImpl extends AnnotationBasedPersistentProperty<JpaPer
return updateable && super.isWritable();
}
/*
/*
* (non-Javadoc)
* @see org.springframework.data.jpa.mapping.JpaPersistentProperty#isEmbeddable()
*/