This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new a60fcf9 Fix typo
a60fcf9 is described below
commit a60fcf9118fbfaac7d91fc93a87affabc1650e80
Author: Guillaume Nodet <[email protected]>
AuthorDate: Wed Sep 5 16:52:28 2018 +0200
Fix typo
---
.../src/main/java/org/apache/camel/model/rest/RestDefinition.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/camel-core/src/main/java/org/apache/camel/model/rest/RestDefinition.java
b/camel-core/src/main/java/org/apache/camel/model/rest/RestDefinition.java
index 20da12d..aea6d4a 100644
--- a/camel-core/src/main/java/org/apache/camel/model/rest/RestDefinition.java
+++ b/camel-core/src/main/java/org/apache/camel/model/rest/RestDefinition.java
@@ -467,8 +467,8 @@ public class RestDefinition extends
OptionalIdentifiedDefinition<RestDefinition>
/**
* @param classType the canonical class name for the array passed as input
*
- * @deprecated as of 2.19.0. Replaced wtih {@link #type(Class)} with
{@code []} appended to canonical class name
- * , e.g. {@code type(MyClass[].class}
+ * @deprecated as of 2.19.0. Replaced with {@link #type(Class)} with
{@code []} appended to canonical class name,
+ * e.g. {@code type(MyClass[].class}
*/
@Deprecated
public RestDefinition typeList(Class<?> classType) {