This commit is contained in:
Ishan09811 2025-03-15 20:21:55 +05:30 committed by GitHub
parent dc6dd3bb64
commit b64cf50fe1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -159,7 +159,7 @@ public class AppDataDocumentProvider extends DocumentsProvider {
}
@Override
public void removeDocument(String documentId, String parentDocumentId) {
public void removeDocument(String documentId, String parentDocumentId) throws FileNotFoundException {
deleteDocument(documentId);
}