mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 00:51:01 +03:00
[FIX] Лишний final
This commit is contained in:
parent
becb12887d
commit
a681f43312
1 changed files with 1 additions and 1 deletions
|
@ -589,7 +589,7 @@ public interface ParamsAPI {
|
|||
void write(ParamContainer p);
|
||||
}
|
||||
|
||||
public static final ParamsAPI container = new ParamsAPI() {
|
||||
public static ParamsAPI container = new ParamsAPI() {
|
||||
@Override
|
||||
public ParamContainer read() throws Exception {
|
||||
ParamContainer p;
|
||||
|
|
Loading…
Reference in a new issue