snuyanzin commented on code in PR #21153:
URL: https://github.com/apache/flink/pull/21153#discussion_r1009339763
##########
flink-runtime/src/main/java/org/apache/flink/runtime/state/VoidNamespace.java:
##########
@@ -56,13 +54,4 @@ public boolean equals(Object obj) {
public String toString() {
return getClass().getSimpleName();
}
-
- // ------------------------------------------------------------------------
- // Singleton serialization
- // ------------------------------------------------------------------------
-
- // make sure that we preserve the singleton properly on serialization
- private Object readResolve() throws ObjectStreamException {
Review Comment:
Thanks for pointing that out.
my bad, I reverted it
--
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]