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

OZG-7037 rename variable

parent e71ae524
No related branches found
No related tags found
No related merge requests found
......@@ -81,8 +81,8 @@ public class GrpcOzgCloudCommandService implements OzgCloudCommandService {
return response.getExistsPendingCommands();
}
GrpcExistsPendingCommandsRequest buildHasPendingCommandRequest(OzgCloudVorgangId id) {
return GrpcExistsPendingCommandsRequest.newBuilder().setVorgangId(id.toString()).build();
GrpcExistsPendingCommandsRequest buildHasPendingCommandRequest(OzgCloudVorgangId vorgangId) {
return GrpcExistsPendingCommandsRequest.newBuilder().setVorgangId(vorgangId.toString()).build();
}
CommandServiceBlockingStub getCommandServiceStub() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment