mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 09:50:32 +01:00
DnsDiscovery, BtcFixedFormat: fix some JavaDoc links
This commit is contained in:
parent
1e4b633161
commit
041f394a8a
@ -43,7 +43,7 @@ import java.util.concurrent.Executors;
|
||||
* However, if all hosts passed fail to resolve a PeerDiscoveryException will be thrown during getPeers().
|
||||
* </p>
|
||||
*
|
||||
* <p>DNS seeds do not attempt to enumerate every peer on the network. {@link DnsDiscovery#getPeers(long, long, TimeUnit)}
|
||||
* <p>DNS seeds do not attempt to enumerate every peer on the network. {@link DnsDiscovery#getPeers(long, Duration)}
|
||||
* will return up to 30 random peers from the set of those returned within the timeout period. If you want more peers
|
||||
* to connect to, you need to discover them via other means (like addr broadcasts).</p>
|
||||
*/
|
||||
|
@ -36,8 +36,8 @@ import static org.bitcoinj.base.internal.Preconditions.checkArgument;
|
||||
*
|
||||
* <p>By default, neither currency codes nor symbols are included in formatted values as
|
||||
* output, nor recognized in parsed values as input. The can be overridden by applying a
|
||||
* custom pattern using either the {@link BtcFormat.Builder#localizedPattern} or
|
||||
* {@link BtcFormat.Builder#localizedPattern} methods, as described in the documentation for
|
||||
* custom pattern using either the {@link BtcFormat.Builder#localizedPattern(String)} or
|
||||
* {@link BtcFormat.Builder#localizedPattern(String)} methods, as described in the documentation for
|
||||
* the {@link BtcFormat.Builder} class.</p>
|
||||
*
|
||||
* <p>A more detailed explanation, including examples, is in the documentation for the
|
||||
|
Loading…
Reference in New Issue
Block a user