Merge branch '5.1.x'

This commit is contained in:
Juergen Hoeller
2019-06-12 18:16:30 +02:00
19 changed files with 31 additions and 31 deletions

View File

@@ -636,7 +636,7 @@ public class Indexer extends SpelNodeImpl {
}
@SuppressWarnings({ "rawtypes", "unchecked" })
@SuppressWarnings({"rawtypes", "unchecked"})
private class CollectionIndexingValueRef implements ValueRef {
private final Collection collection;