Repository: camel
Updated Branches:
  refs/heads/camel-2.18.x 3f346ea84 -> 3869c28fc


CAMEL-10479: camel-servicenow: add missing @Deprecated annotations to 
ServiceNowConstants


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3869c28f
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3869c28f
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3869c28f

Branch: refs/heads/camel-2.18.x
Commit: 3869c28fc339087ba6e80bb0881067b3f9603947
Parents: 3f346ea
Author: lburgazzoli <lburgazz...@gmail.com>
Authored: Tue Nov 15 07:45:50 2016 +0100
Committer: lburgazzoli <lburgazz...@gmail.com>
Committed: Tue Nov 15 07:45:50 2016 +0100

----------------------------------------------------------------------
 .../component/servicenow/ServiceNowConstants.java | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/3869c28f/components/camel-servicenow/src/main/java/org/apache/camel/component/servicenow/ServiceNowConstants.java
----------------------------------------------------------------------
diff --git 
a/components/camel-servicenow/src/main/java/org/apache/camel/component/servicenow/ServiceNowConstants.java
 
b/components/camel-servicenow/src/main/java/org/apache/camel/component/servicenow/ServiceNowConstants.java
index e5f93c3..5251fc7 100644
--- 
a/components/camel-servicenow/src/main/java/org/apache/camel/component/servicenow/ServiceNowConstants.java
+++ 
b/components/camel-servicenow/src/main/java/org/apache/camel/component/servicenow/ServiceNowConstants.java
@@ -73,91 +73,109 @@ public final class ServiceNowConstants {
     /**
      * @deprecated As of release 2.18.1, replaced by 
ServiceNowParams.PARAM_TABLE_NAME
      */
+    @Deprecated
     public static final String TABLE = "CamelServiceNowTable";
 
     /**
      * @deprecated As of release 2.18.1, replaced by 
ServiceNowParams.PARAM_SYS_ID
      */
+    @Deprecated
     public static final String SYSPARM_ID = "CamelServiceNowSysId";
 
     /**
      * @deprecated As of release 2.18.1, replaced by 
ServiceNowParams.SYSPARM_QUERY
      */
+    @Deprecated
     public static final String SYSPARM_QUERY = "CamelServiceNowQuery";
 
     /**
      * @deprecated As of release 2.18.1, replaced by 
ServiceNowParams.SYSPARM_DISPLAY_VALUE
      */
+    @Deprecated
     public static final String SYSPARM_DISPLAY_VALUE = 
"CamelServiceNowDisplayValue";
 
     /**
      * @deprecated As of release 2.18.1, replaced by 
ServiceNowParams.SYSPARM_INPUT_DISPLAY_VALUE
      */
+    @Deprecated
     public static final String SYSPARM_INPUT_DISPLAY_VALUE = 
"CamelServiceNowInputDisplayValue";
 
     /**
      * @deprecated As of release 2.18.1, replaced by 
ServiceNowParams.SYSPARM_EXCLUDE_REFERENCE_LINK
      */
+    @Deprecated
     public static final String SYSPARM_EXCLUDE_REFERENCE_LINK = 
"CamelServiceNowExcludeReferenceLink";
 
     /**
      * @deprecated As of release 2.18.1, replaced by 
ServiceNowParams.SYSPARM_FIELDS
      */
+    @Deprecated
     public static final String SYSPARM_FIELDS = "CamelServiceNowFields";
 
     /**
      * @deprecated As of release 2.18.1, replaced by 
ServiceNowParams.SYSPARM_MIN_FIELDS
      */
+    @Deprecated
     public static final String SYSPARM_MIN_FIELDS = "CamelServiceNowMinFields";
 
     /**
      * @deprecated As of release 2.18.1, replaced by 
ServiceNowParams.SYSPARM_MAX_FIELDS
      */
+    @Deprecated
     public static final String SYSPARM_MAX_FIELDS = "CamelServiceNowMaxFields";
 
     /**
      * @deprecated As of release 2.18.1, replaced by 
ServiceNowParams.SYSPARM_SUM_FIELDS
      */
+    @Deprecated
     public static final String SYSPARM_SUM_FIELDS = "CamelServiceNowSumFields";
 
     /**
      * @deprecated As of release 2.18.1, replaced by 
ServiceNowParams.SYSPARM_AVG_FIELDS
      */
+    @Deprecated
     public static final String SYSPARM_AVG_FIELDS = "CamelServiceNowAvgFields";
 
     /**
      * @deprecated As of release 2.18.1, replaced by 
ServiceNowParams.SYSPARM_LIMIT
      */
+    @Deprecated
     public static final String SYSPARM_LIMIT = "CamelServiceNowLimit";
 
     /**
      * @deprecated As of release 2.18.1, replaced by 
ServiceNowParams.SYSPARM_VIEW
      */
+    @Deprecated
     public static final String SYSPARM_VIEW = "CamelServiceNowView";
 
     /**
      * @deprecated As of release 2.18.1, replaced by 
ServiceNowParams.SYSPARM_SUPPRESS_AUTO_SYS_FIELD
      */
+    @Deprecated
     public static final String SYSPARM_SUPPRESS_AUTO_SYS_FIELD = 
"CamelServiceNowSuppressAutoSysField";
 
     /**
      * @deprecated As of release 2.18.1, replaced by 
ServiceNowParams.SYSPARM_COUNT
      */
+    @Deprecated
     public static final String SYSPARM_COUNT = "CamelServiceNowCount";
 
     /**
      * @deprecated As of release 2.18.1, replaced by 
ServiceNowParams.SYSPARM_GROUP_BY
      */
+    @Deprecated
     public static final String SYSPARM_GROUP_BY = "CamelServiceNowGroupBy";
 
     /**
      * @deprecated As of release 2.18.1, replaced by 
ServiceNowParams.SYSPARM_ORDER_BY
      */
+    @Deprecated
     public static final String SYSPARM_ORDER_BY = "CamelServiceNowOrderBy";
 
     /**
      * @deprecated As of release 2.18.1, replaced by 
ServiceNowParams.SYSPARM_HAVING
      */
+    @Deprecated
     public static final String SYSPARM_HAVING = "CamelServiceNowHaving";
 
     private ServiceNowConstants() {

Reply via email to