Skip to content
Snippets Groups Projects
Commit b17ff10e authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4857 OZG-4934 code formatting

parent 007343ca
No related branches found
No related tags found
No related merge requests found
......@@ -56,12 +56,6 @@ class DokumentTypeBuilder {
return identifikation;
}
IdentifikationObjektType createKommentarAttachmentIdentifikation(OzgFile attachment) {
var identifikation = new IdentifikationObjektType();
identifikation.setID(UUIDConverter.fromObjectId(attachment.getId().toString()));
return identifikation;
}
AnlageDokumentType createAnlage(OzgFile ozgFile) {
var anlage = new AnlageDokumentType();
anlage.setIdentifikation(createKommentarAttachmentIdentifikation(ozgFile));
......@@ -69,6 +63,12 @@ class DokumentTypeBuilder {
return anlage;
}
IdentifikationObjektType createKommentarAttachmentIdentifikation(OzgFile attachment) {
var identifikation = new IdentifikationObjektType();
identifikation.setID(UUIDConverter.fromObjectId(attachment.getId().toString()));
return identifikation;
}
VersionType createVersionType(OzgFile ozgFile) {
var versionType = new VersionType();
versionType.setNummer(VERSION_NUMMER);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment