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

OZG-6162 fix grpcOzgCloudUserProfileService configuration

parent cc537913
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,6 @@ package de.ozgcloud.document; ...@@ -26,7 +26,6 @@ package de.ozgcloud.document;
import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.Configuration;
import de.ozgcloud.apilib.common.callcontext.OzgCloudCallContextProvider;
import de.ozgcloud.apilib.common.command.OzgCloudCommandService; import de.ozgcloud.apilib.common.command.OzgCloudCommandService;
import de.ozgcloud.apilib.common.command.grpc.CommandMapper; import de.ozgcloud.apilib.common.command.grpc.CommandMapper;
import de.ozgcloud.apilib.common.command.grpc.GrpcOzgCloudCommandService; import de.ozgcloud.apilib.common.command.grpc.GrpcOzgCloudCommandService;
...@@ -59,7 +58,7 @@ public class DocumentManagerConfiguration { ...@@ -59,7 +58,7 @@ public class DocumentManagerConfiguration {
} }
@Bean(USER_PROFILE_SERVICE_NAME) @Bean(USER_PROFILE_SERVICE_NAME)
OzgCloudUserProfileService grpcOzgCloudUserProfileService(UserProfileMapper mapper, OzgCloudCallContextProvider contextProvider) { OzgCloudUserProfileService grpcOzgCloudUserProfileService(UserProfileMapper mapper, BescheidManagerCallContextProvider contextProvider) {
return new GrpcOzgCloudUserProfileService(userProfileServiceStub, mapper, contextProvider); return new GrpcOzgCloudUserProfileService(userProfileServiceStub, mapper, contextProvider);
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment