reta commented on code in PR #2706:
URL: https://github.com/apache/cxf/pull/2706#discussion_r2488188754
##########
core/src/main/java/org/apache/cxf/io/DelayedCachedOutputStreamCleaner.java:
##########
@@ -79,7 +79,8 @@ default void forceClean() {
}
private static final class SingleTimerDelayedCleaner implements
DelayedCleaner {
- private static final Timer TIMER = new
Timer("DelayedCachedOutputStreamCleaner", true);
+ private static volatile Timer timer;
Review Comment:
Cannot argue with that :-D thank you
--
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]