fix sonar build (#1735)
Signed-off-by: TRS1SF3 <Stanislav.Trailov@bosch.io>
This commit is contained in:
committed by
GitHub
parent
b234271361
commit
4c3c71dd06
@@ -42,8 +42,8 @@ public class DmfController {
|
|||||||
// configuration
|
// configuration
|
||||||
private final boolean downloadAuthenticationEnabled;
|
private final boolean downloadAuthenticationEnabled;
|
||||||
|
|
||||||
@Getter @Setter
|
@Getter
|
||||||
private volatile Map<String, String> attributes = new HashMap<>();
|
private final Map<String, String> attributes = new HashMap<>();
|
||||||
|
|
||||||
@Setter
|
@Setter
|
||||||
private volatile Long currentActionId;
|
private volatile Long currentActionId;
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ public class Amqp {
|
|||||||
try {
|
try {
|
||||||
connectionFactory.getRabbitConnectionFactory().useSslProtocol();
|
connectionFactory.getRabbitConnectionFactory().useSslProtocol();
|
||||||
} catch (NoSuchAlgorithmException | KeyManagementException e) {
|
} catch (NoSuchAlgorithmException | KeyManagementException e) {
|
||||||
throw new RuntimeException(e);
|
log.error("Failed to enable ssl ... Reason : ", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
connectionFactory.setUsername(
|
connectionFactory.setUsername(
|
||||||
|
|||||||
Reference in New Issue
Block a user