Skip to content

Commit b9b0631

Browse files
committed
Fix raw types
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@897361 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3718aac commit b9b0631

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/org/apache/commons/io/FileCleaningTrackerTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ protected void tearDown() throws Exception {
8080
* which we should, IMO, not.
8181
*/
8282
{
83-
theInstance.q = new ReferenceQueue();
83+
theInstance.q = new ReferenceQueue<Object>();
8484
theInstance.trackers.clear();
8585
theInstance.exitWhenFinished = false;
8686
theInstance.reaper = null;

0 commit comments

Comments
 (0)