mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 01:42:37 +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).