Fix typo in javadoc of PathTreeFilterHandler

Change-Id: Icf0dc814baf0dc44addd102d9c03b821b4022a84
This commit is contained in:
Matthias Sohn 2021-06-27 19:06:19 +02:00
parent d46af8c69d
commit d947e84980
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
import org.kohsuke.args4j.spi.Setter; import org.kohsuke.args4j.spi.Setter;
/** /**
* Create a {@link org.eclipse.jgit.treewalk.filter.TreeFilter} to patch math * Create a {@link org.eclipse.jgit.treewalk.filter.TreeFilter} to match path
* names. * names.
* <p> * <p>
* This handler consumes all arguments to the end of the command line, and is * This handler consumes all arguments to the end of the command line, and is