Skip to content

Commit

Permalink
Restore public visibility for id method
Browse files Browse the repository at this point in the history
  • Loading branch information
williamrandolph committed Mar 11, 2024
1 parent be1fb8c commit a97e6d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public static BuildVersion current() {
}

// only exists for NodeMetadata#toXContent
abstract int id();
public abstract int id();

private static class CurrentExtensionHolder {
private static final BuildExtension BUILD_EXTENSION = findExtension();
Expand Down

0 comments on commit a97e6d5

Please sign in to comment.