Skip to content

Commit d5786ed

Browse files
committed
DATACMNS-1610 - Polishing.
1 parent 5cdb313 commit d5786ed

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: src/main/java/org/springframework/data/mapping/PersistentEntity.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ default <A extends Annotation> A getRequiredAnnotation(Class<A> annotationType)
308308

309309
/**
310310
* Returns whether the given bean is considered new according to the static metadata.
311-
*
311+
*
312312
* @param bean must not be {@literal null}.
313313
* @throws IllegalArgumentException in case the given bean is not an instance of the typ represented by the
314314
* {@link PersistentEntity}.
@@ -319,7 +319,7 @@ default <A extends Annotation> A getRequiredAnnotation(Class<A> annotationType)
319319
/**
320320
* Returns whether the entity is considered immutable, i.e. clients shouldn't attempt to change instances via the
321321
* {@link PersistentPropertyAccessor} obtained via {@link #getPropertyAccessor(Object)}.
322-
*
322+
*
323323
* @return
324324
* @see Immutable
325325
* @since 2.1
@@ -329,7 +329,7 @@ default <A extends Annotation> A getRequiredAnnotation(Class<A> annotationType)
329329
/**
330330
* Returns whether the entity needs properties to be populated, i.e. if any property exists that's not initialized by
331331
* the constructor.
332-
*
332+
*
333333
* @return
334334
* @since 2.1
335335
*/

Diff for: src/main/java/org/springframework/data/mapping/PersistentPropertyPathAccessor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* https://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

Diff for: src/main/java/org/springframework/data/mapping/model/SimplePersistentPropertyPathAccessor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* https://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

Diff for: src/test/java/org/springframework/data/mapping/model/SimplePersistentPropertyPathAccessorUnitTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* https://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

0 commit comments

Comments
 (0)