mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged DEV_TEMPORARY to HEAD
18288: ENH-678: alfresco webdav does not pass litmus webdav test suite git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@18320 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -293,7 +293,7 @@ public class GetMethod extends WebDAVMethod
|
||||
* @param strETagHeader The header to parse
|
||||
* @return A list of ETags
|
||||
*/
|
||||
private ArrayList parseETags(String strETagHeader)
|
||||
private ArrayList<String> parseETags(String strETagHeader)
|
||||
{
|
||||
ArrayList<String> list = new ArrayList<String>();
|
||||
|
||||
|
Reference in New Issue
Block a user