Github user afs commented on a diff in the pull request:

    https://github.com/apache/jena/pull/176#discussion_r82510444
  
    --- Diff: 
jena-base/src/test/java/org/apache/jena/atlas/io/AbstractTestPeekInputStream.java
 ---
    @@ -140,7 +139,7 @@
         {
             PeekInputStream in = make("abc") ;
             checkLineCol(in, INIT_LINE, INIT_COL) ;
    -        int ch = in.readByte() ;
    +        in.readByte() ;
    --- End diff --
    
    Please leave - assignment shows there is a return. The compiler can sort 
the rest out (or at least `/* int ch = */` but there is much code that is 
"unused" already).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to