Add missing ExpectPlatform

This commit is contained in:
embeddedt 2023-06-26 15:57:37 -04:00
parent 04c6ea2e66
commit 5229643761
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -86,6 +86,7 @@ public class ModernFixPlatformHooks {
throw new AssertionError();
}
@ExpectPlatform
public static void onLaunchComplete() {
throw new AssertionError();
}