Fix sonar findings (#2705)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2025-09-29 13:19:08 +03:00
committed by GitHub
parent a2929757d8
commit ebfaa1d51e
3 changed files with 15 additions and 7 deletions

View File

@@ -94,6 +94,9 @@ public class MgmtAction extends MgmtBaseEntity {
@Schema(description = "Type of action", example = "update")
private String type;
@Deprecated(since = "0.10.0")
/**
* @deprecated since 0.10.0 - use {@link #active} instead of {@link #status}
*/
@Schema(description = "Status of action, use active", example = "finished", deprecated = true)
private String status;
@Schema(description = "Status of action")