Skip to content

Commit 80cb8d0

Browse files
committed
ACP2E-957: Re: Problem in import products module (Merchant made a patch & asking us to fix in core magento)
1 parent 06195b8 commit 80cb8d0

File tree

1 file changed

+8
-7
lines changed
  • app/code/Magento/CatalogImportExport/Model/Import

1 file changed

+8
-7
lines changed

app/code/Magento/CatalogImportExport/Model/Import/Product.php

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,8 @@ class Product extends AbstractEntity
225225

226226
/**
227227
* Links attribute name-to-link type ID.
228-
*
229-
* @deprecated 101.1.0 use DI for LinkProcessor class if you want to add additional types
230-
*
228+
* @deprecated 101.1.0
229+
* @see use DI for LinkProcessor class if you want to add additional types
231230
* @var array
232231
*/
233232
protected $_linkNameToId = [
@@ -547,7 +546,8 @@ class Product extends AbstractEntity
547546

548547
/**
549548
* @var \Magento\CatalogInventory\Model\ResourceModel\Stock\ItemFactory
550-
* @deprecated 101.0.0 this variable isn't used anymore.
549+
* @deprecated 101.0.0
550+
* @see this variable isn't used anymore.
551551
*/
552552
protected $_stockResItemFac;
553553

@@ -613,6 +613,7 @@ class Product extends AbstractEntity
613613
* @var array
614614
* @deprecated 100.0.3
615615
* @since 100.0.3
616+
* @see this variable isn't used anymore.
616617
*/
617618
protected $productUrlKeys = [];
618619

@@ -1278,9 +1279,8 @@ protected function _prepareRowForDb(array $rowData)
12781279
* Gather and save information about product links.
12791280
*
12801281
* Must be called after ALL products saving done.
1281-
*
1282-
* @deprecated 101.1.0 use linkProcessor Directly
1283-
*
1282+
* @deprecated 101.1.0
1283+
* @see \Magento\CatalogImportExport\Model\Import\Product\LinkProcessor::saveLinks
12841284
* @return $this
12851285
*/
12861286
protected function _saveLinks()
@@ -1489,6 +1489,7 @@ private function getNewSkuFieldsForSelect()
14891489
* @return void
14901490
* @since 100.0.4
14911491
* @deprecated 100.2.3
1492+
* @see \Magento\CatalogImportExport\Model\Import\Product\MediaGalleryProcessor::getExistingImages
14921493
*/
14931494
protected function initMediaGalleryResources()
14941495
{

0 commit comments

Comments
 (0)