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>
This commit is contained in:
David Pursehouse 2018-12-20 08:32:47 +09:00
parent 38d42d5ccd
commit 209b1e1cb3
1 changed files with 0 additions and 2 deletions

View File

@ -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()