WebDAV: very minor, changed visibility of WebDAVServlet#createMethod(...).

Changed to allow overriding of the WebDAVMethod factory method (useful for Thor).



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@34700 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Matt Ward
2012-03-22 16:51:38 +00:00
parent 899af82bc6
commit 4dd084c111

View File

@@ -199,7 +199,7 @@ public class WebDAVServlet extends HttpServlet
* @param response HttpServletResponse * @param response HttpServletResponse
* @return WebDAVMethod * @return WebDAVMethod
*/ */
private WebDAVMethod createMethod(HttpServletRequest request, HttpServletResponse response) protected WebDAVMethod createMethod(HttpServletRequest request, HttpServletResponse response)
{ {
// Get the type of the current request // Get the type of the current request