RyanSkraba commented on code in PR #3525:
URL: https://github.com/apache/avro/pull/3525#discussion_r2452528642


##########
lang/java/avro/src/main/java/org/apache/avro/util/ClassUtils.java:
##########
@@ -52,7 +52,7 @@ public static Class<?> forName(Class<?> contextClass, String 
className) throws C
       c = forName(className, Thread.currentThread().getContextClassLoader());
     }
     if (c == null) {
-      throw new ClassNotFoundException("Failed to load class" + className);
+      throw new ClassNotFoundException("Failed to load class " + className);

Review Comment:
   Nice catch!



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