From d5786edec772c44d79eb845b5645f49e3db0cc18 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 11 Jan 2019 11:31:34 +0100 Subject: [PATCH] DATACMNS-1610 - Polishing. --- .../org/springframework/data/mapping/PersistentEntity.java | 6 +++--- .../data/mapping/PersistentPropertyPathAccessor.java | 2 +- .../mapping/model/SimplePersistentPropertyPathAccessor.java | 2 +- .../SimplePersistentPropertyPathAccessorUnitTests.java | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/java/org/springframework/data/mapping/PersistentEntity.java b/src/main/java/org/springframework/data/mapping/PersistentEntity.java index f592257a5..03d71e52f 100644 --- a/src/main/java/org/springframework/data/mapping/PersistentEntity.java +++ b/src/main/java/org/springframework/data/mapping/PersistentEntity.java @@ -308,7 +308,7 @@ public interface PersistentEntity> extends It /** * Returns whether the given bean is considered new according to the static metadata. - * + * * @param bean must not be {@literal null}. * @throws IllegalArgumentException in case the given bean is not an instance of the typ represented by the * {@link PersistentEntity}. @@ -319,7 +319,7 @@ public interface PersistentEntity> extends It /** * Returns whether the entity is considered immutable, i.e. clients shouldn't attempt to change instances via the * {@link PersistentPropertyAccessor} obtained via {@link #getPropertyAccessor(Object)}. - * + * * @return * @see Immutable * @since 2.1 @@ -329,7 +329,7 @@ public interface PersistentEntity> extends It /** * Returns whether the entity needs properties to be populated, i.e. if any property exists that's not initialized by * the constructor. - * + * * @return * @since 2.1 */ diff --git a/src/main/java/org/springframework/data/mapping/PersistentPropertyPathAccessor.java b/src/main/java/org/springframework/data/mapping/PersistentPropertyPathAccessor.java index da667f526..8839d1e8c 100644 --- a/src/main/java/org/springframework/data/mapping/PersistentPropertyPathAccessor.java +++ b/src/main/java/org/springframework/data/mapping/PersistentPropertyPathAccessor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/org/springframework/data/mapping/model/SimplePersistentPropertyPathAccessor.java b/src/main/java/org/springframework/data/mapping/model/SimplePersistentPropertyPathAccessor.java index 2daca33a2..c8e685941 100644 --- a/src/main/java/org/springframework/data/mapping/model/SimplePersistentPropertyPathAccessor.java +++ b/src/main/java/org/springframework/data/mapping/model/SimplePersistentPropertyPathAccessor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/org/springframework/data/mapping/model/SimplePersistentPropertyPathAccessorUnitTests.java b/src/test/java/org/springframework/data/mapping/model/SimplePersistentPropertyPathAccessorUnitTests.java index 9596a27fd..f3f4b964f 100644 --- a/src/test/java/org/springframework/data/mapping/model/SimplePersistentPropertyPathAccessorUnitTests.java +++ b/src/test/java/org/springframework/data/mapping/model/SimplePersistentPropertyPathAccessorUnitTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,