Skip to content

Commit 742f295

Browse files
committed
DATACMNS-1484 - Polishing.
1 parent dd0848b commit 742f295

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/java/org/springframework/data/repository/util/QueryExecutionConverters.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ public static TypeInformation<?> unwrapWrapperTypes(TypeInformation<?> type) {
304304

305305
/**
306306
* Returns the {@link ExecutionAdapter} to be used for the given return type.
307-
*
307+
*
308308
* @param returnType must not be {@literal null}.
309309
* @return
310310
*/
@@ -682,7 +682,7 @@ private static class IterableToStreamableConverter implements ConditionalGeneric
682682
private final Map<TypeDescriptor, Boolean> TARGET_TYPE_CACHE = new ConcurrentHashMap<>();
683683
private final ConversionService conversionService = DefaultConversionService.getSharedInstance();
684684

685-
/*
685+
/*
686686
* (non-Javadoc)
687687
* @see org.springframework.core.convert.converter.GenericConverter#getConvertibleTypes()
688688
*/
@@ -692,7 +692,7 @@ public Set<ConvertiblePair> getConvertibleTypes() {
692692
return Collections.singleton(new ConvertiblePair(Iterable.class, Object.class));
693693
}
694694

695-
/*
695+
/*
696696
* (non-Javadoc)
697697
* @see org.springframework.core.convert.converter.ConditionalConverter#matches(org.springframework.core.convert.TypeDescriptor, org.springframework.core.convert.TypeDescriptor)
698698
*/
@@ -716,7 +716,7 @@ public boolean matches(TypeDescriptor sourceType, TypeDescriptor targetType) {
716716
});
717717
}
718718

719-
/*
719+
/*
720720
* (non-Javadoc)
721721
* @see org.springframework.core.convert.converter.GenericConverter#convert(java.lang.Object, org.springframework.core.convert.TypeDescriptor, org.springframework.core.convert.TypeDescriptor)
722722
*/

0 commit comments

Comments
 (0)