Browse Source

Fix Javadoc typo

Change-Id: I3f169eaf649843e954762bb4ac8f72fa5f88a67a
Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
tags/v5.4.0.201905081430-m2
Michael Keppler 5 years ago
parent
commit
90e614a41d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalkUtils.java

+ 1
- 1
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalkUtils.java View File

@@ -130,7 +130,7 @@ public final class RevWalkUtils {

/**
* 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.

Loading…
Cancel
Save