Skip to content
Snippets Groups Projects
Commit e8f72c16 authored by felmer's avatar felmer
Browse files

compilation bug fixed

SVN: 19980
parent f16a91f8
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ import ch.systemsx.cisd.openbis.generic.shared.basic.dto.DataSetType;
@Friend(toClasses = LocalAndRemoteCopier.class)
public class LocalAndRemoteCopierTest extends AbstractFileSystemTestCase
{
private static final ProcessResult OK_RESULT = new ProcessResult(Arrays.asList(""), 0, null,
private static final ProcessResult OK_RESULT = new ProcessResult(Arrays.asList(""), 0, null, null,
null, 0, null, null, null);
private static final String SAMPLE_CODE = "my-sample";
......
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