diff options
author | kylezhao <kylezhao@tencent.com> | 2022-09-14 15:46:39 +0800 |
---|---|---|
committer | kylezhao <kylezhao@tencent.com> | 2022-09-14 15:49:39 +0800 |
commit | ac3bf7896eadc958fbeaae8aaff3ed3516734fe6 (patch) | |
tree | cb8b796a031fc4c1917a3528639b3cd460398087 | |
parent | c7df1addf63fcacc7352c882ac0ad13f3bc4ca61 (diff) | |
download | jgit-ac3bf7896eadc958fbeaae8aaff3ed3516734fe6.tar.gz jgit-ac3bf7896eadc958fbeaae8aaff3ed3516734fe6.zip |
Fix typo in FetchV2Request javadoc
Change-Id: I905dda15e1b7f5e431816d3fbb01a1672e5fc786
Signed-off-by: kylezhao <kylezhao@tencent.com>
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/transport/FetchV2Request.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/transport/FetchV2Request.java b/org.eclipse.jgit/src/org/eclipse/jgit/transport/FetchV2Request.java index 446a3bcc79..401744f6dd 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/transport/FetchV2Request.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/transport/FetchV2Request.java @@ -101,7 +101,7 @@ public final class FetchV2Request extends FetchRequest { } /** - * Options received in server-option lines. The caller can choose to act on + * Options received in server-option lines. The caller can choose to act on * these in an application-specific way * * @return Immutable list of server options received in the request |