1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/src/org/gege/caldavsyncadapter/caldav/xml/sax/Response.java Tue Feb 10 18:12:00 2015 +0100 1.3 @@ -0,0 +1,6 @@ 1.4 +package org.gege.caldavsyncadapter.caldav.xml.sax; 1.5 + 1.6 +public class Response { 1.7 + public String href = ""; 1.8 + public PropStat propstat; 1.9 +}