getCurrentInstance実装

This commit is contained in:
r-ca 2024-01-09 12:32:50 +09:00
parent 0f8b71e739
commit a2eda32183
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -123,7 +123,7 @@ public class FileManagerImpl implements FileManager {
@Override @Override
public FileManager getCurrentInstance() { public FileManager getCurrentInstance() {
return null; return this;
} }
@Override @Override