Skip to content

Commit a79389c

Browse files
author
Oleksii Korshenko
authored
Merge pull request #555 from magento-dragons/MAGETWO-60348
[Dragons] MAGETWO-60348: Remove api annotation - 2.1
2 parents 92d8e3d + ed7b9ad commit a79389c

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Product/BaseSelectProcessorInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
/**
1111
* Interface BaseSelectProcessorInterface
12-
* @api
1312
*/
1413
interface BaseSelectProcessorInterface
1514
{

app/code/Magento/ConfigurableProduct/Pricing/Price/ConfigurableOptionsProviderInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
/**
1212
* Provide configurable sub-products for price calculation
13-
* @api
1413
*/
1514
interface ConfigurableOptionsProviderInterface
1615
{

app/code/Magento/ConfigurableProduct/Pricing/Price/LowestPriceOptionsProviderInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
/**
1111
* Retrieve list of products where each product contains lower price than others at least for one possible price type
12-
* @api
1312
*/
1413
interface LowestPriceOptionsProviderInterface
1514
{

0 commit comments

Comments
 (0)