This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit d9cacc72f6b46a576b8279c1491cdc02c0c28bc5 Author: Claus Ibsen <[email protected]> AuthorDate: Thu Oct 1 17:23:31 2020 +0200 CAMEL-15605: Languages should be singleton for better performance. --- .../src/test/java/org/apache/camel/support/CustomizersTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/camel-core/src/test/java/org/apache/camel/support/CustomizersTest.java b/core/camel-core/src/test/java/org/apache/camel/support/CustomizersTest.java index d978540..2bfd53e 100644 --- a/core/camel-core/src/test/java/org/apache/camel/support/CustomizersTest.java +++ b/core/camel-core/src/test/java/org/apache/camel/support/CustomizersTest.java @@ -42,7 +42,6 @@ import static org.apache.camel.util.CollectionHelper.propertiesOf; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertFalse; import static org.junit.jupiter.api.Assertions.assertNotEquals; -import static org.junit.jupiter.api.Assertions.assertNotSame; import static org.junit.jupiter.api.Assertions.assertNull; import static org.junit.jupiter.api.Assertions.assertSame; import static org.junit.jupiter.api.Assertions.assertTrue;
