nizhikov commented on code in PR #13425:
URL: https://github.com/apache/ignite/pull/13425#discussion_r3706943483


##########
modules/core/src/main/java/org/apache/ignite/internal/MarshallerContextImpl.java:
##########
@@ -715,18 +701,17 @@ public void setMarshallerMappingFileStoreDir(@Nullable 
final File marshallerMapp
     /**
      * Finds all system class names (JDK, Ignite and plugin classes) and 
processes them with the given consumer.
      *
-     * @param ldr Class loader.
      * @param plugins Plugins (may be {@code null}).
      * @param proc Class processor (class name consumer).
      * @throws IOException In case of error.
      */
-    private static void processSystemClasses(ClassLoader ldr, @Nullable 
Collection<PluginProvider> plugins,
+    private static void processSystemClasses(@Nullable 
Collection<PluginProvider> plugins,

Review Comment:
   Done



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