#1379 - Test cases to show that what's described is generally working.

This commit is contained in:
Oliver Drotbohm
2020-10-19 12:01:17 +02:00
parent 146edbc13e
commit 0643624e7c
2 changed files with 33 additions and 4 deletions

View File

@@ -383,7 +383,6 @@ public class RepresentationModelProcessorInvoker {
* @param target that target {@link ResolvableType}.
* @return
*/
static boolean isValueTypeMatch(@Nullable CollectionModel<?> collectionModel, ResolvableType target) {
if (collectionModel == null) {