You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2017/11/07 07:28:24 UTC

[camel] branch master updated: Set deprecation annotations to SimpleValidationResult in the correct place and regen

This is an automated email from the ASF dual-hosted git repository.

acosentino 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 399b655  Set deprecation annotations to SimpleValidationResult in the correct place and regen
399b655 is described below

commit 399b655a75f3a41fcb309704136ed93eb4cd2f46
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 7 08:27:56 2017 +0100

    Set deprecation annotations to SimpleValidationResult in the correct place and regen
---
 .../java/org/apache/camel/runtimecatalog/SimpleValidationResult.java   | 3 ++-
 .../src/main/java/org/apache/camel/catalog/SimpleValidationResult.java | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/camel-core/src/main/java/org/apache/camel/runtimecatalog/SimpleValidationResult.java b/camel-core/src/main/java/org/apache/camel/runtimecatalog/SimpleValidationResult.java
index 1b8dd0e..3ad27fd 100644
--- a/camel-core/src/main/java/org/apache/camel/runtimecatalog/SimpleValidationResult.java
+++ b/camel-core/src/main/java/org/apache/camel/runtimecatalog/SimpleValidationResult.java
@@ -17,7 +17,8 @@
 package org.apache.camel.runtimecatalog;
 
 /**
- * To be backwards compatible, but favor using {@link LanguageValidationResult} instead.
+ * Kept to be backwards compatible,
+ * @deprecated Please use {@link LanguageValidationResult} instead.
  */
 public class SimpleValidationResult extends LanguageValidationResult {
 
diff --git a/platforms/camel-catalog/src/main/java/org/apache/camel/catalog/SimpleValidationResult.java b/platforms/camel-catalog/src/main/java/org/apache/camel/catalog/SimpleValidationResult.java
index 5c86f23..b7fc2ad 100644
--- a/platforms/camel-catalog/src/main/java/org/apache/camel/catalog/SimpleValidationResult.java
+++ b/platforms/camel-catalog/src/main/java/org/apache/camel/catalog/SimpleValidationResult.java
@@ -17,7 +17,8 @@
 package org.apache.camel.catalog;
 
 /**
- * To be backwards compatible, but favor using {@link LanguageValidationResult} instead.
+ * Kept to be backwards compatible,
+ * @deprecated Please use {@link LanguageValidationResult} instead.
  */
 public class SimpleValidationResult extends LanguageValidationResult {
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <co...@camel.apache.org>'].