Polishing

This commit is contained in:
Juergen Hoeller
2019-05-20 22:19:11 +02:00
parent 55e601c322
commit 75d751d968
4 changed files with 19 additions and 20 deletions

View File

@@ -522,8 +522,7 @@ class TypeConverterDelegate {
return original;
}
int i = 0;
for (; it.hasNext(); i++) {
for (int i = 0; it.hasNext(); i++) {
Object element = it.next();
String indexedPropertyName = buildIndexedPropertyName(propertyName, i);
Object convertedElement = convertIfNecessary(indexedPropertyName, null, element,