diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-02-18 22:23:00 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-02-18 22:23:00 +0100 |
commit | 44f0a01f2496fc8c5f0c4ff0d2f994c7fc04822c (patch) | |
tree | 08f1d13c4682036213f1cbd16f3c304b7e5a5ff1 | |
parent | 33d5c0fe4a6cb3af2827872b6df03d8d966a7199 (diff) | |
download | jgit-44f0a01f2496fc8c5f0c4ff0d2f994c7fc04822c.tar.gz jgit-44f0a01f2496fc8c5f0c4ff0d2f994c7fc04822c.zip |
Silence API error for new constant in ConfigConstants
Change-Id: Ic4bd10b67caf6b2a2cc0c23bb4e7c717e4ccd6d5
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r-- | org.eclipse.jgit/.settings/.api_filters | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/org.eclipse.jgit/.settings/.api_filters b/org.eclipse.jgit/.settings/.api_filters index 4433585b4c..3adb2f9761 100644 --- a/org.eclipse.jgit/.settings/.api_filters +++ b/org.eclipse.jgit/.settings/.api_filters @@ -1,5 +1,13 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <component id="org.eclipse.jgit" version="2"> + <resource path="src/org/eclipse/jgit/lib/ConfigConstants.java" type="org.eclipse.jgit.lib.ConfigConstants"> + <filter id="336658481"> + <message_arguments> + <message_argument value="org.eclipse.jgit.lib.ConfigConstants"/> + <message_argument value="CONFIG_KEY_REQUIRED"/> + </message_arguments> + </filter> + </resource> <resource path="src/org/eclipse/jgit/merge/ResolveMerger.java" type="org.eclipse.jgit.merge.ResolveMerger"> <filter id="336658481"> <message_arguments> |