- Supressed warning for DeprecationHelper#mapOldConditionProperties
- Actual removal will be done later as part of CPS-2914
Issue-Id: CPS-2914
Change-Id: I3ca9a6f1754af5c34e7925ab76484aaceb482474
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
* @return collection of cm handles
*/
@Override
- @SuppressWarnings("deprecation") // mapOldConditionProperties method will be removed in Release 12
+ @SuppressWarnings("deprecation") // mapOldConditionProperties method will be removed in Release 17
@CountCmHandleSearchExecution(methodName = "searchCmHandles", interfaceName = "CPS-E-05",
description = "Search for cm handles within CPS-E-05 interface")
public ResponseEntity<List<RestOutputCmHandle>> searchCmHandles(
* @return collection of cm handles
*/
@Override
+ @SuppressWarnings("deprecation") // mapOldConditionProperties method will be removed in Release 17
public ResponseEntity<List<RestOutputCmHandle>> searchCmHandles(
final CmHandleQueryParameters cmHandleQueryParameters,
final Boolean outputDmiProperties) {