mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-14 19:25:51 +00:00
DeterministicKeyChain: Remove type argument from JavaDoc.
This commit is contained in:
parent
0be938b4a7
commit
e244453073
@ -425,7 +425,7 @@ public class DeterministicKeyChain implements EncryptableKeyChain {
|
||||
* For use in encryption when {@link #toEncrypted(KeyCrypter, KeyParameter)} is called, so that
|
||||
* subclasses can override that method and create an instance of the right class.
|
||||
*
|
||||
* See also {@link #makeKeyChainFromSeed(DeterministicSeed, ImmutableList<ChildNumber>)}
|
||||
* See also {@link #makeKeyChainFromSeed(DeterministicSeed, ImmutableList)}
|
||||
*/
|
||||
protected DeterministicKeyChain(KeyCrypter crypter, KeyParameter aesKey, DeterministicKeyChain chain) {
|
||||
// Can't encrypt a watching chain.
|
||||
|
Loading…
x
Reference in New Issue
Block a user