diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2015-01-13 16:44:15 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-01-13 16:44:15 +0100 |
commit | 05078f5de1691f54f971e3b8cd55bf41a27dd9ef (patch) | |
tree | 52826efd409bfb32b7be1903d34e474f83d3e06d /org.eclipse.jgit/.settings | |
parent | 3285d2f238993f53d00f5e9f1069a33f3d5ba1a2 (diff) | |
download | jgit-05078f5de1691f54f971e3b8cd55bf41a27dd9ef.tar.gz jgit-05078f5de1691f54f971e3b8cd55bf41a27dd9ef.zip |
Silence API warning raised since 7fafd372
This new git capability isn't yet in the wild in the git-core camp.
Hence we can silence this API warning.
Change-Id: I9e030959f658c58344b04ef2f9edd28060f0c964
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit/.settings')
-rw-r--r-- | org.eclipse.jgit/.settings/.api_filters | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/org.eclipse.jgit/.settings/.api_filters b/org.eclipse.jgit/.settings/.api_filters index dc0133c365..20449febc9 100644 --- a/org.eclipse.jgit/.settings/.api_filters +++ b/org.eclipse.jgit/.settings/.api_filters @@ -36,4 +36,13 @@ </message_arguments> </filter> </resource> + <resource path="src/org/eclipse/jgit/transport/GitProtocolConstants.java" type="org.eclipse.jgit.transport.GitProtocolConstants"> + <filter id="388194388"> + <message_arguments> + <message_argument value="org.eclipse.jgit.transport.GitProtocolConstants"/> + <message_argument value="CAPABILITY_ATOMIC"/> + <message_argument value="atomic-push"/> + </message_arguments> + </filter> + </resource> </component> |