Skip to content

Commit 3853d0d

Browse files
committed
MAGETWO-52170: Impossible to create Downloadable Product - deprecated description remove
1 parent 39651fb commit 3853d0d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/code/Magento/Downloadable/Controller/Adminhtml/Product/Initialization/Helper/Plugin/Downloadable.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function afterInitialize(
110110
/**
111111
* Get LinkBuilder instance
112112
*
113-
* @deprecated MAGETWO-52273
113+
* @deprecated
114114
* @return \Magento\Downloadable\Model\Link\Builder
115115
*/
116116
private function getLinkBuilder()
@@ -125,7 +125,7 @@ private function getLinkBuilder()
125125
/**
126126
* Get SampleBuilder instance
127127
*
128-
* @deprecated MAGETWO-52273
128+
* @deprecated
129129
* @return \Magento\Downloadable\Model\Sample\Builder
130130
*/
131131
private function getSampleBuilder()
@@ -142,7 +142,7 @@ private function getSampleBuilder()
142142
/**
143143
* Get LinkFactory instance
144144
*
145-
* @deprecated MAGETWO-52273
145+
* @deprecated
146146
* @return LinkFactory
147147
*/
148148
private function getLinkFactory()
@@ -157,7 +157,7 @@ private function getLinkFactory()
157157
/**
158158
* Get Sample Factory
159159
*
160-
* @deprecated MAGETWO-52273
160+
* @deprecated
161161
* @return SampleFactory
162162
*/
163163
private function getSampleFactory()

app/code/Magento/Downloadable/Model/SampleRepository.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ public function delete($id)
327327
/**
328328
* Get MetadataPool instance
329329
*
330-
* @deprecated MAGETWO-52273
330+
* @deprecated
331331
* @return MetadataPool
332332
*/
333333
private function getMetadataPool()
@@ -342,7 +342,7 @@ private function getMetadataPool()
342342
/**
343343
* Get SampleTypeHandler Instance
344344
*
345-
* @deprecated MAGETWO-52273
345+
* @deprecated
346346
* @return SampleHandler
347347
*/
348348
private function getSampleTypeHandler()

0 commit comments

Comments
 (0)