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

    https://github.com/apache/jena/pull/176#discussion_r82510433
  
    --- Diff: jena-base/src/test/java/org/apache/jena/atlas/lib/TestHex.java ---
    @@ -85,7 +85,7 @@ private static void testStr2Val(String str, int expected) 
{
         }
         
         private static void testStr2Val(String str, int start, int length, int 
expected) {
    -        int v = Hex.hexStringToInt(str, start, length) ;
    +        Hex.hexStringToInt(str, start, length) ;
    --- End diff --
    
    Indicates that there is a return.


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