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

Commit c909728d authored by davigonz's avatar davigonz
Browse files

Complete move method comments

parent 2ccaa4a4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -89,6 +89,7 @@ open class DavResource @JvmOverloads constructor(
     * Sends a MOVE request to this resource. Follows up to [MAX_REDIRECTS] redirects.
     *
     * @throws IOException on I/O error
     * @throws HttpException on HTTP error
     * @throws DavException on WebDAV error
     */
    @Throws(IOException::class, HttpException::class, DavException::class)