amichair commented on code in PR #107:
URL: https://github.com/apache/aries-rsa/pull/107#discussion_r3229314619


##########
provider/tcp/src/main/java/org/apache/aries/rsa/provider/tcp/Config.java:
##########
@@ -65,7 +69,11 @@ int getInt(String key, int defaultValue) {
 
     String getString(String key, String defaultValue) {
         Object value = props.get(key);
-        return value != null ? value.toString() : defaultValue;
+        if (value == null)

Review Comment:
   ok



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to