diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-10-11 15:08:06 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-10-12 11:05:02 +0200 |
commit | e3b0ee14d9e87f05bb3ba0890574ae4871192ac7 (patch) | |
tree | ce6c0917a1a6f606b7250a219f5831fb6696a7a8 /org.eclipse.jgit/.settings | |
parent | 71bd70e67f950a10508be2d1c1a7d0e4ab9e505d (diff) | |
download | jgit-e3b0ee14d9e87f05bb3ba0890574ae4871192ac7.tar.gz jgit-e3b0ee14d9e87f05bb3ba0890574ae4871192ac7.zip |
Remove unused API warning filters
Change-Id: I78262681e12079028752d8c144720ad0256c5707
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 | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/org.eclipse.jgit/.settings/.api_filters b/org.eclipse.jgit/.settings/.api_filters deleted file mode 100644 index e4d023d177..0000000000 --- a/org.eclipse.jgit/.settings/.api_filters +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<component id="org.eclipse.jgit" version="2"> - <resource path="src/org/eclipse/jgit/transport/SshConstants.java" type="org.eclipse.jgit.transport.SshConstants"> - <filter id="1141899266"> - <message_arguments> - <message_argument value="5.5"/> - <message_argument value="5.6"/> - <message_argument value="HASH_KNOWN_HOSTS"/> - </message_arguments> - </filter> - </resource> -</component> |