Tibor17 commented on a change in pull request #332:
URL: https://github.com/apache/maven-surefire/pull/332#discussion_r564430829



##########
File path: 
maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/Utf8RecodingDeferredFileOutputStream.java
##########
@@ -93,14 +94,14 @@ public synchronized void write( String output, boolean 
newLine )
         }
         else
         {
-            cache.flip();
+            ( (Buffer) cache ).flip();

Review comment:
       Can we declare the `cache` as `Buffer` here as well?




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to