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

@@ -182,7 +182,7 @@ class ProjectingMethodInterceptor implements MethodInterceptor {
* a single-element collection.
*
* @param source must not be {@literal null}.
* @return
* @return never {@literal null}.
*/
private static Collection<?> asCollection(Object source) {