From 3eaa8d8e2a3941b3cca613beb163ce66ba3e0448 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Tue, 1 Aug 2017 23:21:15 +0200 Subject: [PATCH 1/2] Silence API errors caused by adding enum constants in dbb137e Change-Id: I46a29eae7b617f3f43f270c40072a1c103ef77f2 Signed-off-by: Matthias Sohn --- org.eclipse.jgit/.settings/.api_filters | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/org.eclipse.jgit/.settings/.api_filters b/org.eclipse.jgit/.settings/.api_filters index da7c122f1..83da4c5e3 100644 --- a/org.eclipse.jgit/.settings/.api_filters +++ b/org.eclipse.jgit/.settings/.api_filters @@ -16,6 +16,26 @@ + + + + + + + + + + + + + + + + + + + + From ba85764223a6efbbca1a81879495b9e5fa803e80 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Tue, 1 Aug 2017 23:22:56 +0200 Subject: [PATCH 2/2] Remove unused import introduced in a551b64 Change-Id: Ia6c3935cf061590e7305d0a80a1051e9aebcbb43 Signed-off-by: Matthias Sohn --- .../tst/org/eclipse/jgit/util/RawParseUtils_LineMapTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/org.eclipse.jgit.test/tst/org/eclipse/jgit/util/RawParseUtils_LineMapTest.java b/org.eclipse.jgit.test/tst/org/eclipse/jgit/util/RawParseUtils_LineMapTest.java index 2e9cbb503..6efdce6d7 100644 --- a/org.eclipse.jgit.test/tst/org/eclipse/jgit/util/RawParseUtils_LineMapTest.java +++ b/org.eclipse.jgit.test/tst/org/eclipse/jgit/util/RawParseUtils_LineMapTest.java @@ -44,7 +44,6 @@ package org.eclipse.jgit.util; import static org.junit.Assert.assertArrayEquals; -import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import java.io.UnsupportedEncodingException;