Fix typo in ObjectWalk#getObjectFilter javadoc

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>
This commit is contained in:
Jonathan Nieder 2015-05-15 11:23:55 -07:00
parent f2be5bca04
commit f91f4e5ed6
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ public ObjectFilter getObjectFilter() {
*
* @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
*/