Skip to content

Commit

Permalink
Adding forgotten change.
Browse files Browse the repository at this point in the history
  • Loading branch information
lahodaj committed Oct 3, 2024
1 parent 71f7957 commit 852c288
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ public static Names instance(Context context) {

// module names
public final Name java_base;
public final Name java_se;
public final Name jdk_unsupported;

// attribute names
Expand Down Expand Up @@ -315,6 +316,7 @@ public Names(Context context) {

// module names
java_base = fromString("java.base");
java_se = fromString("java.se");
jdk_unsupported = fromString("jdk.unsupported");

// attribute names
Expand Down

0 comments on commit 852c288

Please sign in to comment.