Skip to content

Commit

Permalink
Revert uintended changes in JavaLangSubstitutions.java #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Kennke authored and jiekang committed Mar 24, 2021
1 parent 1352062 commit 3308834
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ final class Target_java_lang_Package {
@TargetElement(onlyWith = JDK8OrEarlier.class)
private static Package getSystemPackage(String name) {
Target_java_lang_Package pkg = new Target_java_lang_Package(name, null, null, null,
null, null, null, null, null);
null, null, null, null, null);
return SubstrateUtil.cast(pkg, Package.class);
}
}
Expand Down

0 comments on commit 3308834

Please sign in to comment.