DeterministicKeyChain: Remove type argument from JavaDoc.

This commit is contained in:
Andreas Schildbach
2018-03-24 22:49:59 +01:00
parent 0be938b4a7
commit e244453073

View File

@@ -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.