Skip to content

Commit

Permalink
Fix the JavadocGenerationFailed error in the Delta Kernel CI job.
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyuandong-db committed Nov 4, 2024
1 parent 0c188c7 commit 7948fdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ private Optional<Long> loadLatestTransactionVersion(Engine engine, String applic
}

/**
* Retrieves a map of domainName -> {@link DomainMetadata} from the log files.
* Retrieves a map of domainName to {@link DomainMetadata} from the log files.
*
* <p>Now loading domain metadata requires an additional round of log replay so this is done
* lazily only when domain metadata is requested. We might want to merge this into {@link
Expand Down

0 comments on commit 7948fdf

Please sign in to comment.