mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user