bitcoinj/core
Sean Gilligan 96db76da83 PeerGroup: replace SettableFuture with CompletableFuture
There are several places where futures are created with SettableFuture.create().
This updates those to use new `ListenableCompletableFuture()` instead.
2022-02-24 20:56:59 +01:00
..
src PeerGroup: replace SettableFuture with CompletableFuture 2022-02-24 20:56:59 +01:00
build.gradle core/build.gradle: Commented out option for max javadoc warnings 2022-02-23 12:46:02 +01:00
findbugs.xml Renamespace to org.bitcoinj away from com.google.bitcoin, as bitcoinj is no longer a Google project and being namespaced under com.google causes issues with Sonatype/Maven Central. 2014-09-30 17:05:07 +02:00