RED-6744 - Merge dossier and template dictionaries in redaction-service
- remove unnecessary annotations
This commit is contained in:
parent
2c6e397247
commit
9cfbf62bc5
@ -2,15 +2,8 @@ package com.iqser.red.service.redaction.v1.server.redaction.model;
|
|||||||
|
|
||||||
import com.iqser.red.service.persistence.service.v1.api.shared.model.dossiertemplate.type.DictionaryEntry;
|
import com.iqser.red.service.persistence.service.v1.api.shared.model.dossiertemplate.type.DictionaryEntry;
|
||||||
|
|
||||||
import lombok.Builder;
|
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.Getter;
|
|
||||||
import lombok.Setter;
|
|
||||||
import lombok.ToString;
|
|
||||||
|
|
||||||
@Getter
|
|
||||||
@Setter
|
|
||||||
@ToString(callSuper = true)
|
|
||||||
@EqualsAndHashCode(callSuper = false)
|
@EqualsAndHashCode(callSuper = false)
|
||||||
public class DictionaryEntryModel extends DictionaryEntry {
|
public class DictionaryEntryModel extends DictionaryEntry {
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user