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 | import java.util.ArrayList; |
michael@0 | 4 | |
michael@0 | 5 | public class MultiStatus { |
michael@0 | 6 | public ArrayList<Response> ResponseList = new ArrayList<Response>(); |
michael@0 | 7 | } |