Fix Javadoc typo

Change-Id: I3f169eaf649843e954762bb4ac8f72fa5f88a67a
Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
This commit is contained in:
Michael Keppler 2019-03-08 14:43:30 +01:00
parent ee5f449bca
commit 90e614a41d
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ public static List<RevCommit> find(final RevWalk walk,
/**
* Find the list of branches a given commit is reachable from when following
* parent.s
* parents.
* <p>
* Note that this method calls
* {@link org.eclipse.jgit.revwalk.RevWalk#reset()} at the beginning.