AHeise commented on a change in pull request #16971:
URL: https://github.com/apache/flink/pull/16971#discussion_r695554525
##########
File path:
flink-test-utils-parent/flink-test-utils-junit/src/main/java/org/apache/flink/testutils/junit/SharedObjects.java
##########
@@ -75,7 +75,7 @@
*/
private final int id;
/** All registered objects for the current test case. The objects are
purged upon completion. */
- private final transient Map<SharedReference<?>, Object> objects = new
ConcurrentHashMap<>();
+ private final Map<SharedReference<?>, Object> objects = new
ConcurrentHashMap<>();
Review comment:
I completely removed it. It's just a warning currently. I thought of
using SharedObjects and then it would make sense to hotfix it here. But now
I'll do it next time I touch SharedObjects.
--
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]