summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/onap/aai/sparky/dal/rest/RestClientBuilder.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/onap/aai/sparky/dal/rest/RestClientBuilder.java')
-rw-r--r--src/main/java/org/onap/aai/sparky/dal/rest/RestClientBuilder.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main/java/org/onap/aai/sparky/dal/rest/RestClientBuilder.java b/src/main/java/org/onap/aai/sparky/dal/rest/RestClientBuilder.java
index c32a9b9..77f04e0 100644
--- a/src/main/java/org/onap/aai/sparky/dal/rest/RestClientBuilder.java
+++ b/src/main/java/org/onap/aai/sparky/dal/rest/RestClientBuilder.java
@@ -38,9 +38,8 @@ import org.onap.aai.sparky.security.SecurityContextFactoryImpl;
* This is a generic REST Client builder with flexible security validation. Sometimes it's nice to
* be able to disable server chain cert validation and hostname validation to work-around lab
* issues, but at the same time be able to provide complete validation with client cert + hostname +
- * server cert chain validation.
- * I used the ModelLoader REST client as a base and merged in the TSUI client I wrote which also
- * validates the server hostname and server certificate chain.
+ * server cert chain validation. I used the ModelLoader REST client as a base and merged in the TSUI
+ * client I wrote which also validates the server hostname and server certificate chain.
*
* @author DAVEA
*