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

OZG-7037 rename variable

parent 2ee70f55
No related branches found
No related tags found
2 merge requests!2Ozg 7037 refactor package structure,!1Ozg 7037 vorgang an dms
......@@ -75,8 +75,8 @@ public class VorgangService {
return allgemeineMetadatenType;
}
public void lockVorgang(Command command) {
ozgCloudCommandService.addSubCommands(buildCreateSubCommandsRequest(command.getId(), buildLockVorgangSubCommand(command)));
public void lockVorgang(Command parentCommand) {
ozgCloudCommandService.addSubCommands(buildCreateSubCommandsRequest(parentCommand.getId(), buildLockVorgangSubCommand(parentCommand)));
}
OzgCloudCommand buildLockVorgangSubCommand(Command command) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment