diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-09-09 21:01:35 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-09-09 21:05:41 +0200 |
commit | b44bba618b88fb630a422855706e3b7e5b231cc2 (patch) | |
tree | 53c1b7a99b85b89d5ef406ecdb7744c7e1ec9ce5 | |
parent | a253c39729a98d6fdad3beb961c62d11a2fd2dd4 (diff) | |
parent | 0b11e31a4c8d118470f219aed7230b3fb525fcef (diff) | |
download | jgit-b44bba618b88fb630a422855706e3b7e5b231cc2.tar.gz jgit-b44bba618b88fb630a422855706e3b7e5b231cc2.zip |
Merge branch 'stable-5.0' into stable-5.1
* stable-5.0:
Prepare 5.0.4-SNAPSHOT builds
JGit v5.0.3.201809091024-r
Prepare 4.9.5-SNAPSHOT builds
JGit v4.9.4.201809090327-r
Fix @since tag for LOCK_SUFFIX
Prepare 4.7.4-SNAPSHOT builds
JGit v4.7.3.201809090215-r
Change-Id: I9117b961035ee527cb8e1dd5df59976fff83829d
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/lib/Constants.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/lib/Constants.java b/org.eclipse.jgit/src/org/eclipse/jgit/lib/Constants.java index 9be4c9f154..ed0055416b 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/lib/Constants.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/lib/Constants.java @@ -712,7 +712,7 @@ public final class Constants { /** * Suffix of lock file name * - * @since 4.8 + * @since 4.7 */ public static final String LOCK_SUFFIX = ".lock"; //$NON-NLS-1$ |