Browse Source

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>
stable-5.1
Matthias Sohn 6 years ago
parent
commit
b44bba618b
  1. 2
      org.eclipse.jgit/src/org/eclipse/jgit/lib/Constants.java

2
org.eclipse.jgit/src/org/eclipse/jgit/lib/Constants.java

@ -712,7 +712,7 @@ public final class Constants {
/** /**
* Suffix of lock file name * Suffix of lock file name
* *
* @since 4.8 * @since 4.7
*/ */
public static final String LOCK_SUFFIX = ".lock"; //$NON-NLS-1$ public static final String LOCK_SUFFIX = ".lock"; //$NON-NLS-1$

Loading…
Cancel
Save