Skip to content

Commit 50a7c09

Browse files
Christian SchollGerrit Code Review
authored andcommitted
Merge "[INTERNAL] MDC: Temp disable of deprecation for testing legacy-free builds"
2 parents 945f218 + 9238789 commit 50a7c09

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/sap.ui.mdc/src/sap/ui/mdc/odata/TypeUtil.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ sap.ui.define([
1212
/**
1313
* Provides mapping functionality for model dependent data types to base types. Extend this object in your project to customize behaviour depending on model usage.
1414
* <b>Note:</b>
15+
* This is just a sample implementation and should not be used for productive usage.
1516
* This utility is experimental and the API/behavior is not finalized and hence this should not be used for productive usage.
17+
*
1618
* @namespace
1719
* @author SAP SE
1820
* @private
1921
* @experimental As of version 1.79
2022
* @since 1.79.0
2123
* @alias sap.ui.mdc.odata.TypeUtil
22-
* @deprecated This module should not be used and will be removed in future versions!
2324
*/
2425
var TypeUtil = Object.assign({}, BaseTypeUtil, {
2526

src/sap.ui.mdc/src/sap/ui/mdc/odata/v4/TypeUtil.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ sap.ui.define(['sap/ui/mdc/odata/TypeUtil', 'sap/ui/mdc/enum/BaseType', 'sap/bas
88
/**
99
* Provides mapping functionality for odata v4 data types to base types. Extend this object in your project to customize behaviour depending on model usage.
1010
* <b>Note:</b>
11+
* This is just a sample implementation and should not be used for productive usage.
1112
* This utility is experimental and the API/behavior is not finalized and hence this should not be used for productive usage.
1213
* @namespace
1314
* @author SAP SE
1415
* @private
1516
* @experimental As of version 1.79
1617
* @since 1.79.0
1718
* @alias sap.ui.mdc.odata.v4.TypeUtil
18-
* @deprecated This module should not be used and will be removed in future versions!
1919
*/
2020
var ODataV4TypeUtil = Object.assign({}, ODataTypeUtil);
2121

0 commit comments

Comments
 (0)