Fix an another typo.

This commit is contained in:
Relintai 2023-02-07 09:46:51 +01:00
parent fdd62f1d9a
commit e9c3603024

View File

@ -83,7 +83,7 @@ public interface PandemoniumHost {
* *
* @return the id of the new instance. See {@code onPandemoniumForceQuit} * @return the id of the new instance. See {@code onPandemoniumForceQuit}
*/ */
default void onNewPandemoniumInstanceRequested(String[] args) { default int onNewPandemoniumInstanceRequested(String[] args) {
return 0; return 0;
} }
} }