File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
app/code/Magento/Downloadable
Controller/Adminhtml/Product/Initialization/Helper/Plugin Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ public function afterInitialize(
110
110
/**
111
111
* Get LinkBuilder instance
112
112
*
113
- * @deprecated MAGETWO-52273
113
+ * @deprecated
114
114
* @return \Magento\Downloadable\Model\Link\Builder
115
115
*/
116
116
private function getLinkBuilder ()
@@ -125,7 +125,7 @@ private function getLinkBuilder()
125
125
/**
126
126
* Get SampleBuilder instance
127
127
*
128
- * @deprecated MAGETWO-52273
128
+ * @deprecated
129
129
* @return \Magento\Downloadable\Model\Sample\Builder
130
130
*/
131
131
private function getSampleBuilder ()
@@ -142,7 +142,7 @@ private function getSampleBuilder()
142
142
/**
143
143
* Get LinkFactory instance
144
144
*
145
- * @deprecated MAGETWO-52273
145
+ * @deprecated
146
146
* @return LinkFactory
147
147
*/
148
148
private function getLinkFactory ()
@@ -157,7 +157,7 @@ private function getLinkFactory()
157
157
/**
158
158
* Get Sample Factory
159
159
*
160
- * @deprecated MAGETWO-52273
160
+ * @deprecated
161
161
* @return SampleFactory
162
162
*/
163
163
private function getSampleFactory ()
Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ public function delete($id)
327
327
/**
328
328
* Get MetadataPool instance
329
329
*
330
- * @deprecated MAGETWO-52273
330
+ * @deprecated
331
331
* @return MetadataPool
332
332
*/
333
333
private function getMetadataPool ()
@@ -342,7 +342,7 @@ private function getMetadataPool()
342
342
/**
343
343
* Get SampleTypeHandler Instance
344
344
*
345
- * @deprecated MAGETWO-52273
345
+ * @deprecated
346
346
* @return SampleHandler
347
347
*/
348
348
private function getSampleTypeHandler ()
You can’t perform that action at this time.
0 commit comments