Skip to content

Commit 7116fc1

Browse files
odrotbohmmp911de
authored andcommitted
Polishing.
Whitespace in JpaPersistentPropertyImpl. See #2191
1 parent 77aa1bb commit 7116fc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/springframework/data/jpa/mapping/JpaPersistentPropertyImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public Class<?> getActualType() {
124124
: super.getActualType();
125125
}
126126

127-
/*
127+
/*
128128
* (non-Javadoc)
129129
* @see org.springframework.data.mapping.PersistentProperty#getPersistentEntityTypes()
130130
*/
@@ -208,7 +208,7 @@ public boolean isWritable() {
208208
return updateable && super.isWritable();
209209
}
210210

211-
/*
211+
/*
212212
* (non-Javadoc)
213213
* @see org.springframework.data.jpa.mapping.JpaPersistentProperty#isEmbeddable()
214214
*/

0 commit comments

Comments
 (0)