This is an automated email from the ASF dual-hosted git repository. onders pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 601dd6e277c3eab187de7887e299baeb84a1185d Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon May 18 14:50:04 2020 +0200 Typo --- .../java/org/apache/camel/support/PropertyBindingSupportTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/camel-core/src/test/java/org/apache/camel/support/PropertyBindingSupportTest.java b/core/camel-core/src/test/java/org/apache/camel/support/PropertyBindingSupportTest.java index 4d8fa36..b0fa8e6 100644 --- a/core/camel-core/src/test/java/org/apache/camel/support/PropertyBindingSupportTest.java +++ b/core/camel-core/src/test/java/org/apache/camel/support/PropertyBindingSupportTest.java @@ -384,7 +384,7 @@ public class PropertyBindingSupportTest extends ContextTestSupport { } @Test - public void testPropertiesOptionallKey() throws Exception { + public void testPropertiesOptionalKey() throws Exception { Foo foo = new Foo(); Map<String, Object> prop = new HashMap<>(); @@ -415,7 +415,7 @@ public class PropertyBindingSupportTest extends ContextTestSupport { } @Test - public void testPropertiesOptionallKeyMandatory() throws Exception { + public void testPropertiesOptionalKeyMandatory() throws Exception { Foo foo = new Foo(); Map<String, Object> prop = new HashMap<>();