Skip to content

Commit 62abb3c

Browse files
committed
MC-13613: Product mass update
1 parent 172d613 commit 62abb3c

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

lib/internal/Magento/Framework/MessageQueue/PoisonPill/PoisonPillCompare.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@
88
namespace Magento\Framework\MessageQueue\PoisonPill;
99

1010
/**
11-
* Interface describes how to describes how to compare poison pill with latest in DB.
12-
*
11+
* Describes how to compare given version of poison pill with latest in DB.
1312
*/
1413
class PoisonPillCompare implements PoisonPillCompareInterface
1514
{
1615
/**
17-
* Dumb implementation
16+
* Stub implementation
1817
*
1918
* @todo Will use cache storage after @MC-15997
2019
*

lib/internal/Magento/Framework/MessageQueue/PoisonPill/PoisonPillCompareInterface.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
namespace Magento\Framework\MessageQueue\PoisonPill;
99

1010
/**
11-
* Interface describes how to describes how to compare poison pill with latest in DB.
12-
*
11+
* Interface describes how to compare given version of poison pill with latest in DB.
1312
*/
1413
interface PoisonPillCompareInterface
1514
{

lib/internal/Magento/Framework/MessageQueue/PoisonPill/PoisonPillPut.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
namespace Magento\Framework\MessageQueue\PoisonPill;
99

10-
use Magento\Framework\MessageQueue\PoisonPill\PoisonPillPutInterface;
11-
1210
/**
1311
* Command interface describes how to create new version on poison pill.
1412
*/
@@ -22,7 +20,7 @@ class PoisonPillPut implements PoisonPillPutInterface
2220
private $firstVersion = '';
2321

2422
/**
25-
* Dumb framework implementation.
23+
* Stub implementation.
2624
*
2725
* @todo Will use cache storage after @MC-15997
2826
*

lib/internal/Magento/Framework/MessageQueue/PoisonPill/PoisonPillRead.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
class PoisonPillRead implements PoisonPillReadInterface
1414
{
1515
/**
16-
* Returns get latest version of poison pill.
16+
* Stub implementation.
1717
*
1818
* @todo Will use cache storage after @MC-15997
1919
*

0 commit comments

Comments
 (0)