Bill commented on a change in pull request #7001:
URL: https://github.com/apache/geode/pull/7001#discussion_r732122039



##########
File path: 
geode-core/src/main/java/org/apache/geode/internal/InternalDataSerializer.java
##########
@@ -179,6 +180,11 @@
    * Do not add to this list unless absolutely necessary. Instead, put your 
classes either in the
    * sanctionedSerializables file for your module or in its excludedClasses 
file. Run
    * AnalyzeSerializables to generate the content for the file.
+   *
+   * <p>
+   * Syntax is documented by the javadocs of {@code 
ObjectInputFilter.Config.createFilter}. In
+   * Java 8, {@code ObjectInputFilter} is in package {@code sun.misc}. In Java 
9 and above, it's
+   * in package {@code java.io}.

Review comment:
       thank you for adding this comment!




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