You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2021/04/01 14:05:04 UTC

[GitHub] [cxf] alanmehio commented on a change in pull request #762: very minor SonarLint

alanmehio commented on a change in pull request #762:
URL: https://github.com/apache/cxf/pull/762#discussion_r605685090



##########
File path: core/src/main/java/org/apache/cxf/io/ReaderInputStream.java
##########
@@ -120,9 +119,9 @@ public ReaderInputStream(Reader reader, CharsetEncoder encoder, int bufferSize)
         this.reader = reader;
         this.encoder = encoder;
         this.encoderIn = CharBuffer.allocate(bufferSize);
-        ((Buffer)this.encoderIn).flip();
+        (this.encoderIn).flip();

Review comment:
       @amarkevich  . Apology I missed  it Good you have spotted it . Done with thanks




-- 
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:
users@infra.apache.org