diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-12-21 01:36:18 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-12-21 02:42:14 +0100 |
commit | 2464fa440f7585154c591d3a12f6778026da40ff (patch) | |
tree | a0621370cecd9c7695aa983b7cd6d08dc7f1f092 /org.eclipse.jgit.lfs.server | |
parent | 73f8e887c3ca3a81d41ce0e33b139439098e9f26 (diff) | |
download | jgit-2464fa440f7585154c591d3a12f6778026da40ff.tar.gz jgit-2464fa440f7585154c591d3a12f6778026da40ff.zip |
Fix remaining javadoc errors raised by doclint
For now ignore doclint "missing" warnings.
Change-Id: I0e5af7a757f4d92ffeeb113f30576a35414d6781
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.lfs.server')
-rw-r--r-- | org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/Response.java | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/Response.java b/org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/Response.java index dc972e04ee..a80e5b9c3c 100644 --- a/org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/Response.java +++ b/org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/Response.java @@ -46,11 +46,10 @@ import java.util.List; import java.util.Map; /** - * POJOs for Gson serialization/deserialization + * POJOs for Gson serialization/de-serialization. * - * See - * {@link <a href="https://github.com/github/git-lfs/tree/master/docs/api">LFS - * API specification</a>} + * See the <a href="https://github.com/github/git-lfs/tree/master/docs/api">LFS + * API specification</a> * * @since 4.3 */ |