From 209b1e1cb33d37cab8e6147a50f7ec56b52b837d Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Thu, 20 Dec 2018 08:32:47 +0900 Subject: [PATCH] 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 --- .../src/org/eclipse/jgit/lfs/server/internal/LfsGson.java | 2 -- 1 file changed, 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 7974b2412..3f6b780b2 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 @@ /** * 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()