Skip to content

Commit 55d4cf8

Browse files
committed
MAGETWO-90808: [Performance] Customer Import check data does not complete
1 parent 78d8ba1 commit 55d4cf8

File tree

1 file changed

+0
-2
lines changed
  • app/code/Magento/CustomerImportExport/Model/Import

1 file changed

+0
-2
lines changed

app/code/Magento/CustomerImportExport/Model/Import/Address.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ class Address extends AbstractCustomer
260260
* @param \Magento\Customer\Model\AddressFactory $addressFactory
261261
* @param \Magento\Directory\Model\ResourceModel\Region\CollectionFactory $regionColFactory
262262
* @param \Magento\Customer\Model\CustomerFactory $customerFactory
263-
* @param \Magento\Customer\Model\ResourceModel\Address\CollectionFactory $addressColFactory
264263
* @param \Magento\Customer\Model\ResourceModel\Address\Attribute\CollectionFactory $attributesFactory
265264
* @param \Magento\Framework\Stdlib\DateTime $dateTime
266265
* @param \Magento\Customer\Model\Address\Validator\Postcode $postcodeValidator
@@ -285,7 +284,6 @@ public function __construct(
285284
\Magento\Customer\Model\AddressFactory $addressFactory,
286285
\Magento\Directory\Model\ResourceModel\Region\CollectionFactory $regionColFactory,
287286
\Magento\Customer\Model\CustomerFactory $customerFactory,
288-
\Magento\Customer\Model\ResourceModel\Address\CollectionFactory $addressColFactory,
289287
\Magento\Customer\Model\ResourceModel\Address\Attribute\CollectionFactory $attributesFactory,
290288
\Magento\Framework\Stdlib\DateTime $dateTime,
291289
\Magento\Customer\Model\Address\Validator\Postcode $postcodeValidator,

0 commit comments

Comments
 (0)