Skip to content
Snippets Groups Projects
Commit 2be69060 authored by brinn's avatar brinn
Browse files

fix: warning when compiling with Eclipse 3.5

add: directory test-output to svn:ignore

SVN: 11721
parent ecba48c3
No related branches found
No related tags found
Loading
......@@ -74,8 +74,6 @@ public class SVNRecursiveCheckoutTaskTest
private static class SVNCheckoutMock implements ISVNCheckout
{
final String repositoryUrl;
final String prefix;
final String workingCopyDir;
......@@ -88,7 +86,6 @@ public class SVNRecursiveCheckoutTaskTest
SVNCheckoutMock(final String repositoryUrl, final String workingCopyDir)
{
this.repositoryUrl = repositoryUrl;
this.prefix = repositoryUrl + "/";
this.workingCopyDir = workingCopyDir;
this.checkedOutPaths = new ArrayList<String>();
......
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