From ed7b9adf206250aaeb7fcbf278d6b4c2b7183731 Mon Sep 17 00:00:00 2001 From: vnayda Date: Tue, 1 Nov 2016 16:46:07 +0200 Subject: [PATCH] MAGETWO-60348: Remove api annotation --- .../Model/ResourceModel/Product/BaseSelectProcessorInterface.php | 1 - .../Pricing/Price/ConfigurableOptionsProviderInterface.php | 1 - .../Pricing/Price/LowestPriceOptionsProviderInterface.php | 1 - 3 files changed, 3 deletions(-) diff --git a/app/code/Magento/Catalog/Model/ResourceModel/Product/BaseSelectProcessorInterface.php b/app/code/Magento/Catalog/Model/ResourceModel/Product/BaseSelectProcessorInterface.php index e6a995b654703..aedd68eff6c43 100644 --- a/app/code/Magento/Catalog/Model/ResourceModel/Product/BaseSelectProcessorInterface.php +++ b/app/code/Magento/Catalog/Model/ResourceModel/Product/BaseSelectProcessorInterface.php @@ -9,7 +9,6 @@ /** * Interface BaseSelectProcessorInterface - * @api */ interface BaseSelectProcessorInterface { diff --git a/app/code/Magento/ConfigurableProduct/Pricing/Price/ConfigurableOptionsProviderInterface.php b/app/code/Magento/ConfigurableProduct/Pricing/Price/ConfigurableOptionsProviderInterface.php index c0f2c218cc77c..c7ac9446f42e3 100644 --- a/app/code/Magento/ConfigurableProduct/Pricing/Price/ConfigurableOptionsProviderInterface.php +++ b/app/code/Magento/ConfigurableProduct/Pricing/Price/ConfigurableOptionsProviderInterface.php @@ -10,7 +10,6 @@ /** * Provide configurable sub-products for price calculation - * @api */ interface ConfigurableOptionsProviderInterface { diff --git a/app/code/Magento/ConfigurableProduct/Pricing/Price/LowestPriceOptionsProviderInterface.php b/app/code/Magento/ConfigurableProduct/Pricing/Price/LowestPriceOptionsProviderInterface.php index c0989a929be55..8d260c3073587 100644 --- a/app/code/Magento/ConfigurableProduct/Pricing/Price/LowestPriceOptionsProviderInterface.php +++ b/app/code/Magento/ConfigurableProduct/Pricing/Price/LowestPriceOptionsProviderInterface.php @@ -9,7 +9,6 @@ /** * Retrieve list of products where each product contains lower price than others at least for one possible price type - * @api */ interface LowestPriceOptionsProviderInterface {