Skip to content

Commit 10e6721

Browse files
committed
MAGETWO-62019: Remove @api annotation from new Sales classes - 2.0.11
- Removed @api annotation for the listed classes
1 parent d00dcdb commit 10e6721

15 files changed

+0
-28
lines changed

app/code/Magento/Sales/Api/Data/CreditmemoCommentCreationInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
/**
1111
* Interface CreditmemoCommentCreationInterface
12-
*
13-
* @api
1412
*/
1513
interface CreditmemoCommentCreationInterface extends ExtensibleDataInterface, CommentInterface
1614
{

app/code/Magento/Sales/Api/Data/CreditmemoCreationArgumentsInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
/**
99
* Interface CreditmemoCreationArgumentsInterface
10-
*
11-
* @api
1210
*/
1311
interface CreditmemoCreationArgumentsInterface
1412
{

app/code/Magento/Sales/Api/Data/CreditmemoItemCreationInterface.php

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

1010
/**
1111
* Interface CreditmemoItemCreationInterface
12-
* @api
1312
*/
1413
interface CreditmemoItemCreationInterface extends LineItemInterface, ExtensibleDataInterface
1514
{

app/code/Magento/Sales/Api/Exception/CouldNotRefundExceptionInterface.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
*/
66
namespace Magento\Sales\Api\Exception;
77

8-
/**
9-
* @api
10-
*/
118
interface CouldNotRefundExceptionInterface
129
{
1310
}

app/code/Magento/Sales/Api/RefundInvoiceInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
/**
99
* Interface RefundInvoiceInterface
10-
*
11-
* @api
1210
*/
1311
interface RefundInvoiceInterface
1412
{

app/code/Magento/Sales/Api/RefundOrderInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
/**
99
* Interface RefundOrderInterface
1010
*
11-
* @api
1211
*/
1312
interface RefundOrderInterface
1413
{

app/code/Magento/Sales/Model/Order/Creditmemo/Notifier.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
/**
99
* CreditMemo notifier.
10-
*
11-
* @api
1210
*/
1311
class Notifier implements \Magento\Sales\Model\Order\Creditmemo\NotifierInterface
1412
{

app/code/Magento/Sales/Model/Order/Creditmemo/NotifierInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
/**
99
* Interface for CreditMemo notifier.
10-
*
11-
* @api
1210
*/
1311
interface NotifierInterface
1412
{

app/code/Magento/Sales/Model/Order/CreditmemoDocumentFactory.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
/**
99
* Class CreditmemoDocumentFactory
10-
*
11-
* @api
1210
*/
1311
class CreditmemoDocumentFactory
1412
{

app/code/Magento/Sales/Model/Order/RefundAdapterInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
/**
99
* Interface RefundAdapterInterface
10-
*
11-
* @api
1210
*/
1311
interface RefundAdapterInterface
1412
{

0 commit comments

Comments
 (0)