mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
uses id of public key in overview
This commit is contained in:
@@ -38,6 +38,7 @@ import java.time.Instant;
|
||||
@SuppressWarnings("squid:S2160") // we do not need equals for dto
|
||||
public class RawGpgKeyDto extends HalRepresentation {
|
||||
|
||||
private String id;
|
||||
private String displayName;
|
||||
private String raw;
|
||||
private Instant created;
|
||||
|
||||
Reference in New Issue
Block a user