ALF-13441: WebDAV: activities should be raised/published

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@34763 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Matt Ward
2012-03-26 16:09:31 +00:00
parent 8021e13f29
commit e9d0bb2726

View File

@@ -735,7 +735,7 @@ public abstract class WebDAVMethod
* *
* @return String * @return String
*/ */
protected String getPath() public String getPath()
{ {
return m_strPath; return m_strPath;
} }