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

Merge pull request 'cleanup' (#290) from prj42-create-bescheid into master

parents 6f14f56b ee7c042a
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,10 @@ public class CommandService { ...@@ -45,7 +45,10 @@ public class CommandService {
@Autowired @Autowired
private CommandRemoteService remoteService; private CommandRemoteService remoteService;
@Deprecated /**
* @deprecated use {@link #createCommand(CreateCommand)} instead
*/
@Deprecated(since = "1.14.0", forRemoval = true)
public Command createCommandDeprecated(CreateCommand command) { public Command createCommandDeprecated(CreateCommand command) {
command = command.toBuilder().relationVersion(NO_RELATION_VERSION).build(); command = command.toBuilder().relationVersion(NO_RELATION_VERSION).build();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment