Added comment on now-deprecated class

Former-commit-id: b5a365e8a60440462e25f132b4533ccb63a618f3
This commit is contained in:
Hans Joachim Desserud
2015-01-01 21:39:22 +01:00
parent 7440a039fd
commit 3e3a8e9f98

View File

@@ -30,6 +30,9 @@ import org.owasp.dependencycheck.utils.Settings;
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class DependencyCheckTaskTest extends BuildFileTest {
//TODO: The use of deprecated class BuildFileTestcan possibly
//be replaced with BuildFileRule. However, it doesn't seem to be included
//in the ant-testutil jar.
@Before
@Override