Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14d757ad authored by David A. Velasco's avatar David A. Velasco
Browse files

Removed unused methods from WebdavUtils

parent 9af57b47
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -47,15 +47,6 @@ public class WebdavUtils {
		new SimpleDateFormat("yyyy-MM-dd hh:mm:ss", Locale.US)
	};

    public static String prepareXmlForPropFind() {
        String ret = "<?xml version=\"1.0\" ?><D:propfind xmlns:D=\"DAV:\"><D:allprop/></D:propfind>";
        return ret;
    }

    public static String prepareXmlForPatch() {
        return "<?xml version=\"1.0\" ?><D:propertyupdate xmlns:D=\"DAV:\"></D:propertyupdate>";
    }

    public static Date parseResponseDate(String date) {
        Date returnDate = null;
        SimpleDateFormat format = null;