mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-01 19:39:10 +12: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
Add a link
Reference in a new issue