mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-24 14:50:57 +01:00
DeterministicKey: Fix JavaDoc comment.
This commit is contained in:
parent
2992cc16ff
commit
38658a1ced
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ public class DeterministicKey extends ECKey {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the path through some {@link DeterministicHierarchy} which reaches this keys position in the tree.
|
* Returns the path through some {@link DeterministicHierarchy} which reaches this keys position in the tree.
|
||||||
* A path can be written as 1/2/1 which means the first child of the root, the second child of that node, then
|
* A path can be written as 0/1/0 which means the first child of the root, the second child of that node, then
|
||||||
* the first child of that node.
|
* the first child of that node.
|
||||||
*/
|
*/
|
||||||
public ImmutableList<ChildNumber> getPath() {
|
public ImmutableList<ChildNumber> getPath() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue