This is an automated email from the ASF dual-hosted git repository.
pascalschumacher 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 4b8aafd Fix typo in RestDefinition#outTypeList java doc
4b8aafd is described below
commit 4b8aafd61aeb7871f172ba300561c6f40f66d490
Author: Pascal Schumacher <[email protected]>
AuthorDate: Wed Sep 5 19:28:01 2018 +0200
Fix typo in RestDefinition#outTypeList java doc
---
.../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 aea6d4a..2d4f369 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
@@ -497,8 +497,8 @@ public class RestDefinition extends
OptionalIdentifiedDefinition<RestDefinition>
/**
* @param classType the canonical class name for the array passed as output
*
- * @deprecated as of 2.19.0. Replaced wtih {@link #outType(Class)} with
{@code []} appended to canonical class name
- * , e.g. {@code outType(MyClass[].class}
+ * @deprecated as of 2.19.0. Replaced with {@link #outType(Class)} with
{@code []} appended to canonical class name,
+ * e.g. {@code outType(MyClass[].class}
*/
@Deprecated
public RestDefinition outTypeList(Class<?> classType) {