aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
diff options
context:
space:
mode:
authorSergey Zakharov <zakharovsergey1000@gmail.com>2024-07-21 16:06:19 +0300
committerzakharovsergey1000 <zakharovsergey1000@gmail.com>2024-08-09 08:11:40 +0000
commitd82bea9d8bbcb438459f756f3d57068997aeb782 (patch)
tree4d318197f6a3a08b6adee931f33578591b8eea12 /org.eclipse.jgit/src
parentb38097e88b69ecfb1eb7fa4b6ca500845012160e (diff)
downloadjgit-d82bea9d8bbcb438459f756f3d57068997aeb782.tar.gz
jgit-d82bea9d8bbcb438459f756f3d57068997aeb782.zip
ObjectWalk: Remove duplicated word "the" in class documentation
Change-Id: I0ca0b5fc65b5cafc768a053b1de40aea9f14231c
Diffstat (limited to 'org.eclipse.jgit/src')
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/revwalk/ObjectWalk.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/ObjectWalk.java b/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/ObjectWalk.java
index 82671d9abb..385f073a77 100644
--- a/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/ObjectWalk.java
+++ b/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/ObjectWalk.java
@@ -43,7 +43,7 @@ import org.eclipse.jgit.util.RawParseUtils;
* Tree and blob objects reachable from interesting commits are automatically
* scheduled for inclusion in the results of {@link #nextObject()}, returning
* each object exactly once. Objects are sorted and returned according to the
- * the commits that reference them and the order they appear within a tree.
+ * commits that reference them and the order they appear within a tree.
* Ordering can be affected by changing the
* {@link org.eclipse.jgit.revwalk.RevSort} used to order the commits that are
* returned first.