kirklund commented on a change in pull request #7299:
URL: https://github.com/apache/geode/pull/7299#discussion_r797137624



##########
File path: 
geode-serialization/src/main/java/org/apache/geode/internal/serialization/filter/StreamSerialFilterFactory.java
##########
@@ -17,8 +17,8 @@
 import java.util.Set;
 
 @FunctionalInterface
-public interface ObjectInputFilterFactory {
+public interface StreamSerialFilterFactory {
 
-  ObjectInputFilter create(SerializableObjectConfig serializableObjectConfig,
-      Set<String> sanctionedClasses);
+  StreamSerialFilter create(SerializableObjectConfig serializableObjectConfig,

Review comment:
       Reformat parameters




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