Skip to content
Snippets Groups Projects
Commit 3216ed72 authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

OZG-7037 apply code review comments

parent 27c63bb6
Branches
Tags
1 merge request!1Ozg 7037 vorgang an dms
......@@ -44,7 +44,7 @@ public class CommandService {
@Qualifier(ArchiveManagerConfiguration.COMMAND_REMOTE_SERVICE_NAME) // NOSONAR
private final CommandRemoteService remoteService;
@Qualifier(ArchiveManagerConfiguration.OZGCLOUD_COMMAND_SERVICE_NAME)
@Qualifier(ArchiveManagerConfiguration.OZGCLOUD_COMMAND_SERVICE_NAME) // NOSONAR
private final OzgCloudCommandService ozgCloudCommandService;
public Stream<ArchiveManagerCommand> findFinishedCommands(@NonNull String vorgangId) {
......
......@@ -36,7 +36,7 @@ class XtaConfiguration {
.msgBoxServiceUrl(xtaProperties.getMsgBoxServiceUrl())
.clientCertKeystore(buildKeystore(xtaProperties.getKeyStore()))
.trustStore(buildKeystore(xtaProperties.getTrustStore()))
.maxListItems(xtaProperties.getMaxListItems())
.maxListItems(xtaProperties.getMaxLoadedMessages())
.clientIdentifiers(xtaProperties.getClientIdentifiers())
.build();
}
......
......@@ -35,11 +35,11 @@ public class XtaProperties {
*/
private String managementServiceUrl;
/*
* Maximum number of Messages loaded from message box.
* Maximum number of messages loaded from message box.
*/
private int maxListItems = 50;
private int maxLoadedMessages = 50;
/*
* Reference to client certifiaction key store.
* Reference to client certification key store.
*/
private XtaClientKeyStore keyStore;
/*
......@@ -47,7 +47,7 @@ public class XtaProperties {
*/
private XtaClientKeyStore trustStore;
/*
* Client identifiers used to identify cleint at XTA adapter.
* Client identifiers used to identify client at XTA adapter.
*/
private List<XtaIdentifier> clientIdentifiers;
......
......@@ -53,7 +53,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<vorgang-manager.version>2.18.0</vorgang-manager.version>
<nachrichten-manager.version>2.15.0</nachrichten-manager.version>
<api-lib.version>0.16.0-PR-38-SNAPSHOT</api-lib.version>
<api-lib.version>0.16.0-SNAPSHOT</api-lib.version>
<find-and-replace-maven-plugin.version>1.2.0</find-and-replace-maven-plugin.version>
<protoc-jar-plugin.version>3.11.4</protoc-jar-plugin.version>
<ozgcloud-common.version>4.7.0</ozgcloud-common.version>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment