Skip to content

Commit

Permalink
Remove PermissionService - unused (#1717) (#1718)
Browse files Browse the repository at this point in the history
Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
  • Loading branch information
avgustinmm committed Apr 18, 2024
1 parent 8d9cfcb commit 195e9e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -47,6 +47,7 @@ public abstract class MgmtBaseEntity extends RepresentationModel<MgmtBaseEntity>
@JsonProperty
@Schema(description = "Entity was last modified at (timestamp UTC in milliseconds)",
accessMode = Schema.AccessMode.READ_ONLY, example = "1691065906407")
@EqualsAndHashCode.Exclude
private Long lastModifiedAt;

/**
Expand Down
Expand Up @@ -78,6 +78,7 @@ public class MgmtSystemTenantConfigurationValue extends RepresentationModel<Mgmt
private boolean global = true;

@Schema(description = "Entity was last modified at (timestamp UTC in milliseconds)", example = "1623085150")
@EqualsAndHashCode.Exclude
private Long lastModifiedAt;

@Schema(description = "Entity was last modified by (User, AMQP-Controller, anonymous etc.)",
Expand Down

0 comments on commit 195e9e2

Please sign in to comment.