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

OZG-6989 OZG-7216 Replace GenericCommandBody for ARCHIVE_VORGANG

parent 09f5dad0
Branches
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ import de.ozgcloud.alfa.wiedervorlage.Wiedervorlage;
@Type(value = AktenzeichenCommandBody.class, name = "SET_AKTENZEICHEN"),
@Type(value = BescheidDocumentFromFileBody.class, name = "CREATE_BESCHEID_DOCUMENT_FROM_FILE"),
@Type(value = CollaborationCommandBody.class, name = "CREATE_COLLABORATION_REQUEST"),
@Type(value = GenericCommandBody.class, name="ARCHIVE_VORGANG")
@Type(value = EmptyCommandBody.class, name="ARCHIVE_VORGANG")
})
public interface CommandBody {
}
package de.ozgcloud.alfa.common.command;
class EmptyCommandBody implements CommandBody {
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment