]> source.dussan.org Git - jgit.git/commitdiff
Fix typo in ObjectWalk#getObjectFilter javadoc 89/47989/1
authorJonathan Nieder <jrn@google.com>
Fri, 15 May 2015 18:23:55 +0000 (11:23 -0700)
committerJonathan Nieder <jrn@google.com>
Fri, 15 May 2015 18:23:55 +0000 (11:23 -0700)
While trying to decide between "which matches every object" and "as it
matches every object", I became distracted and wrote both.

Change-Id: I867ce29664e661a81a9d441e59ffd0b72270dd98
Signed-off-by: Jonathan Nieder <jrn@google.com>
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/ObjectWalk.java

index 89a06b1419a19d4b864fc079b12fcff56142eda4..10968ee83105f9079b50dcce4f10df2295ba4bbf 100644 (file)
@@ -277,7 +277,7 @@ public class ObjectWalk extends RevWalk {
         *
         * @param newFilter
         *            the new filter. If null the special {@link ObjectFilter#ALL}
-        *            filter will be used instead, which as it matches every object.
+        *            filter will be used instead, as it matches every object.
         *
         * @since 4.1
         */