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


##########
src/test/java/org/apache/commons/configuration2/TestDataConfiguration.java:
##########
@@ -839,7 +842,7 @@ public void testConversionException() throws Exception {
         }
 
         try {
-            conf.get(Class.forName("javax.mail.internet.InternetAddress"), 
"key1");
+            conf.get(Class.forName("jakarta.mail.internet.InternetAddress"), 
"key1");

Review Comment:
   Another magic string, reuse the constant...



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