ALF-12866: remove repository's dependency on remote-api.

* A dependency of the repository project on the remote-api project had crept in.
* The dependency was stopping junit tests from being run in the Eclipse, since it does not define a dependency on remote-api by repository.




git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@34213 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Matt Ward
2012-02-24 14:45:45 +00:00
parent 894056132b
commit 1cb0e9bdd4
7 changed files with 26 additions and 213 deletions

View File

@@ -56,7 +56,7 @@ public class LockMethod extends WebDAVMethod
protected int m_timeoutDuration = WebDAV.TIMEOUT_INFINITY;
protected LockInfo lockInfo = new LockInfo();
protected LockInfo lockInfo = new LockInfoImpl();
protected boolean createExclusive;