Skip to content

Commit 5229643

Browse files
committed
Add missing ExpectPlatform
1 parent 04c6ea2 commit 5229643

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/src/main/java/org/embeddedt/modernfix/platform/ModernFixPlatformHooks.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ public static void registerCreativeSearchTrees(SearchRegistry registry, SearchRe
8686
throw new AssertionError();
8787
}
8888

89+
@ExpectPlatform
8990
public static void onLaunchComplete() {
9091
throw new AssertionError();
9192
}

0 commit comments

Comments
 (0)