Browse Source

Fix @since tag for LOCK_SUFFIX

Change-Id: Ia65cf3f12ec6d35a21b4d9332be912f06d8bf834
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
stable-4.8
Matthias Sohn 6 years ago
parent
commit
b0a0c1004f
  1. 9
      org.eclipse.jgit/.settings/.api_filters
  2. 2
      org.eclipse.jgit/src/org/eclipse/jgit/lib/Constants.java

9
org.eclipse.jgit/.settings/.api_filters

@ -23,6 +23,15 @@
</message_arguments>
</filter>
</resource>
<resource path="src/org/eclipse/jgit/lib/Constants.java" type="org.eclipse.jgit.lib.Constants">
<filter comment="LOCK_SUFFIX was backported to 4.7.3" id="1141899266">
<message_arguments>
<message_argument value="4.7"/>
<message_argument value="4.8"/>
<message_argument value="LOCK_SUFFIX"/>
</message_arguments>
</filter>
</resource>
<resource path="src/org/eclipse/jgit/util/FS.java" type="org.eclipse.jgit.util.FS">
<filter id="1141899266">
<message_arguments>

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

@ -668,7 +668,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$

Loading…
Cancel
Save