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

Commit cc71df5e authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Make Error serializable

parent 631048e0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
package at.bitfire.dav4android

import org.xmlpull.v1.XmlPullParser
import java.io.Serializable

/**
 * Represents an XML precondition/postcondition error. Every error has a name, which is the XML element
@@ -18,7 +19,7 @@ import org.xmlpull.v1.XmlPullParser
 */
class Error(
        val name: Property.Name
) {
): Serializable {

    companion object {