Skip to content
Snippets Groups Projects
Commit 6a898f45 authored by dre0059's avatar dre0059
Browse files

fixed year error

parent 4e78895f
No related merge requests found
......@@ -11,7 +11,6 @@ import org.mapstruct.Mapping;
@Mapper(componentModel = "spring")
public interface DocumentMapper {
@Mapping(target = "publicationYear", source = "year")
DocumentDto toDocumentDto(Dokument entity);
DocumentContentDto toDocumentContentDto(Dokument entity);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment