mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-07-16 12:37:11 +00:00
prevent intellij from complaining
This commit is contained in:
@@ -127,7 +127,7 @@ public class TestUtils {
|
||||
}
|
||||
cname = cname.replace(File.separatorChar, '.');
|
||||
cname = cname.substring(0, cname.length() - 5);
|
||||
suite.addTestSuite(Class.forName(cname));
|
||||
suite.addTestSuite((Class<? extends TestCase>) Class.forName(cname));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user