jchen21 commented on code in PR #7529:
URL: https://github.com/apache/geode/pull/7529#discussion_r843340680
##########
geode-core/src/main/java/org/apache/geode/management/internal/configuration/functions/GetClusterConfigurationFunction.java:
##########
@@ -27,6 +27,7 @@
public class GetClusterConfigurationFunction implements InternalFunction {
private static final Logger logger = LogService.getLogger();
+ private static final long serialVersionUID = 6332908511113951823L;
Review Comment:
Perhaps we'd better document it somewhere so that the users know it's
expected because `serialVersionUID` is introduced. It's not something broken.
--
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]