Merged BRANCHES/DEV/CLOUD1_SP to HEAD:

39002: WebDAV: removed redundant createDAVHelper() method.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@39109 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Matt Ward
2012-07-11 17:24:14 +00:00
parent 7feacee975
commit 6212f3f99a

View File

@@ -347,7 +347,7 @@ public class WebDAVServlet extends HttpServlet
m_davMethods.put(WebDAV.METHOD_PUT, PutMethod.class); m_davMethods.put(WebDAV.METHOD_PUT, PutMethod.class);
m_davMethods.put(WebDAV.METHOD_UNLOCK, UnlockMethod.class); m_davMethods.put(WebDAV.METHOD_UNLOCK, UnlockMethod.class);
} }
protected WebDAVHelper getDAVHelper() protected WebDAVHelper getDAVHelper()
{ {
return m_davHelper; return m_davHelper;