FileCleaningTracker: ReferenceQueue uses raw type
-------------------------------------------------

                 Key: IO-159
                 URL: https://issues.apache.org/jira/browse/IO-159
             Project: Commons IO
          Issue Type: Improvement
            Reporter: Paul Benedict
            Priority: Minor
             Fix For: 2.0


The code is:
    /**
     * Queue of <code>Tracker</code> instances being watched.
     */
    ReferenceQueue /* Tracker */ q = new ReferenceQueue();

But that inline comment needs to become the parameterized type. Is it of type 
<?> ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to