mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Removed unused code
Hid unused code warnings for local variables that might be useful for debugging git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2529 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -17,12 +17,9 @@
|
||||
package org.alfresco.repo.webdav;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.io.UnsupportedEncodingException;
|
||||
import java.net.URLDecoder;
|
||||
import java.net.URLEncoder;
|
||||
import java.text.SimpleDateFormat;
|
||||
import java.util.Date;
|
||||
import java.util.HashMap;
|
||||
import java.util.Hashtable;
|
||||
import java.util.Map;
|
||||
import java.util.StringTokenizer;
|
||||
@@ -198,12 +195,6 @@ public class WebDAV
|
||||
|
||||
public static final String XML_CONTENT_TYPE = "text/xml; charset=UTF-8";
|
||||
|
||||
private static HashMap s_codeDescriptions = null;
|
||||
|
||||
// Path seperator
|
||||
|
||||
private static final String DIR_SEPERATOR = "\\";
|
||||
|
||||
// Path seperator
|
||||
|
||||
public static final String PathSeperator = "/";
|
||||
|
Reference in New Issue
Block a user