mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-05 22:55:41 +13:00
Typo
This commit is contained in:
parent
dc6dd3bb64
commit
b64cf50fe1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue