mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-01 10:45:56 +08:00
Use CompletableFuture::join instead of CompletableFuture::get when blocking on futures in java tutorial snippets. This avoids the unreported checked exceptions which prevent the snippets from compiling (and is in line with the full tutorial code).