Skip to content
Snippets Groups Projects
Commit f1f661c1 authored by Lukas Malte Monnerjahn's avatar Lukas Malte Monnerjahn
Browse files

KOP-2139 sonar findings

parent f71e7d98
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ import lombok.extern.slf4j.Slf4j;
@Slf4j
public class XtaTLSClientParametersFactory {
final static String TLS_PROTOCOL = "TLSv1.2";
static final String TLS_PROTOCOL = "TLSv1.2";
private final XtaClientConfig config;
......
......@@ -63,7 +63,7 @@ public class XtaMessageExampleLoader {
return textContent;
}
};
return (textContent) -> {
return textContent -> {
textContent = replaceFunc.replace(textContent, config.author, "authorIdentifier");
textContent = replaceFunc.replace(textContent, config.reader, "readerIdentifier");
return textContent;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment