chore: Remove unused field
This commit is contained in:
parent
1c7f8ddd21
commit
9b6756f4c4
1 changed files with 0 additions and 4 deletions
|
@ -8,10 +8,6 @@ import lombok.Data;
|
|||
@Builder
|
||||
public class CertificateRequest {
|
||||
|
||||
@Builder.Default
|
||||
@Deprecated
|
||||
private String oid = UUID.randomUUID().toString();
|
||||
|
||||
private RequestType type;
|
||||
private String commonName;
|
||||
private String trustingAuthority;
|
||||
|
|
Loading…
Add table
Reference in a new issue