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

    https://github.com/apache/jena/pull/193#discussion_r88257532
  
    --- Diff: 
jena-core/src/test/java/org/apache/jena/reasoner/test/TestRDFSReasoners.java ---
    @@ -95,6 +95,7 @@ public static TestSuite suite() {
         /**
          * Build a single named query test
          */
    +    @SuppressWarnings("unused")
         private static void constructSingleQuerytests(TestSuite suite, String 
manifest, String test, ReasonerFactory rf, Resource config) throws IOException {
    --- End diff --
    
    No other change in this file.
    
    And it introduces a warning when eclipse is set to not to have "unused" 
warnings. (Seems to be a "no win" situation in Eclipse.)  As Jena has a lot of 
warnings if "unused" warnigns are turned on, for now, can be just drop this 
annotation.


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