DATACMNS-1466 - Polishing.

This commit is contained in:
Oliver Drotbohm
2019-01-11 11:33:42 +01:00
parent 4182dace3c
commit 8f12f2187a
2 changed files with 2 additions and 1 deletions

View File

@@ -238,6 +238,7 @@ class DefaultPersistentPropertyPath<T extends PersistentProperty<T>> implements
/*
* (non-Javadoc)
*
* @see org.springframework.data.mapping.context.PersistentPropertyPath#isEmpty()
*/
public boolean isEmpty() {

View File

@@ -33,7 +33,7 @@ import org.springframework.data.mapping.PersistentProperty;
/**
* Unit tests for {@link DefaultPersistentPropertyPath}.
*
*
* @author Oliver Gierke
*/
@RunWith(MockitoJUnitRunner.class)