Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/176#discussion_r84518512 --- Diff: jena-base/src/test/java/org/apache/jena/atlas/io/AbstractTestPeekInputStream.java --- @@ -153,7 +152,7 @@ @Test public void unread3() { PeekInputStream in = make("") ; - int ch = in.readByte() ; + in.readByte() ; assertEquals(-1, in.peekByte()) ; --- End diff -- `/* int ch = */` Please - consistency. L142 has a change, the rest below don't.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---