summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs.server
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2018-12-20 08:32:47 +0900
committerDavid Pursehouse <david.pursehouse@gmail.com>2018-12-20 08:33:43 +0900
commit209b1e1cb33d37cab8e6147a50f7ec56b52b837d (patch)
tree035f60c445cddf9d8f245aa6a4be8785d6359baf /org.eclipse.jgit.lfs.server
parent38d42d5ccd911a44ef789e71f0efcff0351eca85 (diff)
downloadjgit-209b1e1cb33d37cab8e6147a50f7ec56b52b837d.tar.gz
jgit-209b1e1cb33d37cab8e6147a50f7ec56b52b837d.zip
LfsGson: Remove unnecessary @since tag
The tag is formed inconsistently to tags in the rest of the JGit code base (i.e. "4.10.0" with a trailing ".0" where all the others don't). However since this class is not in the public API, the @since tag is not necessary and can just be removed. Change-Id: Ifa3f543f819a39453fcf343278e522b5d7b003c3 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.lfs.server')
-rw-r--r--org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/internal/LfsGson.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/internal/LfsGson.java b/org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/internal/LfsGson.java
index 7974b24124..3f6b780b28 100644
--- a/org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/internal/LfsGson.java
+++ b/org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/internal/LfsGson.java
@@ -53,8 +53,6 @@ import com.google.gson.JsonSyntaxException;
/**
* Wrapper for {@link com.google.gson.Gson} used by LFS servlets.
- *
- * @since 4.10.0
*/
public class LfsGson {
private static final Gson gson = new GsonBuilder()