Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-09-09 19:01:35 +0000
committerMatthias Sohn2018-09-09 19:05:41 +0000
commitb44bba618b88fb630a422855706e3b7e5b231cc2 (patch)
tree53c1b7a99b85b89d5ef406ecdb7744c7e1ec9ce5
parenta253c39729a98d6fdad3beb961c62d11a2fd2dd4 (diff)
parent0b11e31a4c8d118470f219aed7230b3fb525fcef (diff)
downloadjgit-b44bba618b88fb630a422855706e3b7e5b231cc2.tar.gz
jgit-b44bba618b88fb630a422855706e3b7e5b231cc2.tar.xz
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.java2
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$

Back to the top