diff --git a/src/com/owncloud/android/lib/resources/files/RemoteFile.java b/src/com/owncloud/android/lib/resources/files/RemoteFile.java index f574c2b3..36ca6baf 100644 --- a/src/com/owncloud/android/lib/resources/files/RemoteFile.java +++ b/src/com/owncloud/android/lib/resources/files/RemoteFile.java @@ -32,9 +32,7 @@ import java.io.Serializable; import java.math.BigDecimal; import java.util.List; -import at.bitfire.dav4android.DavResource; import at.bitfire.dav4android.Property; -import at.bitfire.dav4android.PropertyCollection; import at.bitfire.dav4android.Response; import at.bitfire.dav4android.property.CreationDate; import at.bitfire.dav4android.property.GetContentLength; diff --git a/src/com/owncloud/android/lib/resources/users/GetRemoteUserQuotaOperation.java b/src/com/owncloud/android/lib/resources/users/GetRemoteUserQuotaOperation.java index 2f1b428e..e48b1eed 100644 --- a/src/com/owncloud/android/lib/resources/users/GetRemoteUserQuotaOperation.java +++ b/src/com/owncloud/android/lib/resources/users/GetRemoteUserQuotaOperation.java @@ -40,7 +40,6 @@ import java.net.URL; import java.util.List; import at.bitfire.dav4android.Property; -import at.bitfire.dav4android.PropertyCollection; import at.bitfire.dav4android.property.QuotaAvailableBytes; import at.bitfire.dav4android.property.QuotaUsedBytes;