mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-16 13:10:50 +00:00
Save系のメソッドからチェーンできる必要はなさそうなので戻り値をvoidに fix
This commit is contained in:
parent
301678658c
commit
3a41c4e105
@ -188,22 +188,18 @@ public class FileManagerImpl implements FileManager {
|
||||
|
||||
@Override
|
||||
public void saveXml(Document document, String fileName) throws IOException {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void saveXml(Document document) throws IOException {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void saveBitmap(Bitmap bitmap, String fileName) throws IOException {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void saveBitmap(Bitmap bitmap) throws IOException {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user