Skip to content

Commit 6a0c73b

Browse files
committed
MAGETWO-54682: [Customer] Fast load of product options
- revert BC changes
1 parent d0975cb commit 6a0c73b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/Customer/Model/Metadata/CachedMetadata.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,25 +33,25 @@ class CachedMetadata implements MetadataInterface
3333
protected $metadata;
3434

3535
/**
36-
* @deplacated
36+
* @deprecated
3737
* @var array
3838
*/
3939
protected $attributeMetadataCache = [];
4040

4141
/**
42-
* @deplacated
42+
* @deprecated
4343
* @var array
4444
*/
4545
protected $attributesCache = [];
4646

4747
/**
48-
* @deplacated
48+
* @deprecated
4949
* @var \Magento\Customer\Api\Data\AttributeMetadataInterface[]
5050
*/
5151
protected $allAttributeMetadataCache = null;
5252

5353
/**
54-
* @deplacated
54+
* @deprecated
5555
* @var \Magento\Customer\Api\Data\AttributeMetadataInterface[]
5656
*/
5757
protected $customAttributesMetadataCache = null;

0 commit comments

Comments
 (0)