Skip to content
Snippets Groups Projects
Commit 8d708208 authored by tpylak's avatar tpylak
Browse files

DMV-32 fix unit test @Private restrictions

SVN: 7142
parent 6be42510
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,8 @@ import ch.systemsx.cisd.datamover.filesystem.RetryingPathRemover.DeleteActivityD ...@@ -30,7 +30,8 @@ import ch.systemsx.cisd.datamover.filesystem.RetryingPathRemover.DeleteActivityD
/** /**
* @author Tomasz Pylak * @author Tomasz Pylak
*/ */
@Friend(toClasses = RetryingPathRemover.class) @Friend(toClasses =
{ RetryingPathRemover.class, DeleteActivityDetector.class })
public class RetryingPathRemoverTest public class RetryingPathRemoverTest
{ {
@BeforeClass @BeforeClass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment