Fix TranslationConfigManagerProxy

This commit is contained in:
Vankka 2023-10-29 23:35:26 +02:00
parent 6eb4dcb80e
commit e3d5b17fab
No known key found for this signature in database
GPG Key ID: 6E50CB7A29B96AD0

View File

@ -50,7 +50,7 @@ public class TranslationConfigManagerProxy<C>
} }
@Override @Override
protected String fileName() { public String fileName() {
return "none"; return "none";
} }