DATACMNS-1762 - Polishing.

Update JavaDoc, remove unused imports and reduce method visibility.

Original Pull Request: #459
This commit is contained in:
Christoph Strobl
2020-09-24 14:48:46 +02:00
parent 97df0fa899
commit f261220372
10 changed files with 23 additions and 36 deletions

View File

@@ -35,7 +35,6 @@ import org.springframework.data.mapping.PreferredConstructor;
import org.springframework.data.mapping.PreferredConstructor.Parameter;
import org.springframework.data.util.ClassTypeInformation;
import org.springframework.data.util.KotlinReflectionUtils;
import org.springframework.data.util.ReflectionUtils;
import org.springframework.data.util.TypeInformation;
import org.springframework.lang.Nullable;
import org.springframework.util.Assert;