nizhikov commented on code in PR #12266: URL: https://github.com/apache/ignite/pull/12266#discussion_r2273726238
########## modules/binary/impl/src/main/java/org/apache/ignite/marshaller/jdk/JdkMarshallerImpl.java: ########## @@ -75,14 +74,14 @@ public class JdkMarshaller extends AbstractNodeNameAwareMarshaller { * Use this constructor with caution. It creates a JdkMarshaller instance that has class filtering DISABLED. Therefore, * if it will be used on the server side to unmarshal user data received from the network, it may lead to security breaches. */ - public JdkMarshaller() { + public JdkMarshallerImpl() { this(null); } /** * @param clsFilter Class name filter. */ - public JdkMarshaller(IgnitePredicate<String> clsFilter) { + public JdkMarshallerImpl(IgnitePredicate<String> clsFilter) { 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org