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

OZG-7037 rename variable

parent 2ee70f55
Branches
Tags
2 merge requests!2Ozg 7037 refactor package structure,!1Ozg 7037 vorgang an dms
...@@ -75,8 +75,8 @@ public class VorgangService { ...@@ -75,8 +75,8 @@ public class VorgangService {
return allgemeineMetadatenType; return allgemeineMetadatenType;
} }
public void lockVorgang(Command command) { public void lockVorgang(Command parentCommand) {
ozgCloudCommandService.addSubCommands(buildCreateSubCommandsRequest(command.getId(), buildLockVorgangSubCommand(command))); ozgCloudCommandService.addSubCommands(buildCreateSubCommandsRequest(parentCommand.getId(), buildLockVorgangSubCommand(parentCommand)));
} }
OzgCloudCommand buildLockVorgangSubCommand(Command command) { 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