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


##########
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:
   This can simply be a direct class reference.



-- 
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: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to