garydgregory commented on code in PR #188:
URL: 
https://github.com/apache/commons-configuration/pull/188#discussion_r898344084


##########
src/test/java/org/apache/commons/configuration2/TestDataConfiguration.java:
##########
@@ -358,7 +347,7 @@ public void setUp() throws Exception {
         // email address
         conf.addProperty("email.string", "[email protected]");
         conf.addProperty("email.string.interpolated", "${email.string}");
-        conf.addProperty("email.object", 
createInternetAddress("[email protected]"));
+        conf.addProperty("email.object", new 
InternetAddress("[email protected]"));

Review Comment:
   I don't think we want any PII here.



-- 
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