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



##########
File path: 
geode-serialization/src/main/java/org/apache/geode/internal/serialization/filter/SanctionedSerializables.java
##########
@@ -62,4 +75,22 @@
     }
     return result;
   }
+
+  public static Set<String> loadSanctionedClassNames(
+      Iterable<SanctionedSerializablesService> services) {
+    Set<String> sanctionedClasses = new HashSet<>(650);

Review comment:
       I'll add a constant in the next PR if that's ok...




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