Sonar Findings (#2708)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2025-09-30 09:30:23 +03:00
committed by GitHub
parent 3714d408d0
commit 4715278ee5
3 changed files with 9 additions and 7 deletions

View File

@@ -93,10 +93,10 @@ public class MgmtAction extends MgmtBaseEntity {
private Long id;
@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}
*/
@Deprecated(since = "0.10.0")
@Schema(description = "Status of action, use active", example = "finished", deprecated = true)
private String status;
@Schema(description = "Status of action")