Sat, 14 Feb 2015 21:29:32 +0100
Merge manually from fa9cb0e70440, conclusively use Lolipop API level 21.
michael@0 | 1 | package org.gege.caldavsyncadapter.caldav.xml.sax; |
michael@0 | 2 | |
michael@0 | 3 | public class PropStat { |
michael@0 | 4 | public Prop prop; |
michael@0 | 5 | public String status = ""; |
michael@0 | 6 | } |