We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43faf87 commit 7c705edCopy full SHA for 7c705ed
compare-comply/src/main/java/com/ibm/watson/compare_comply/v1/CompareComply.java
@@ -62,6 +62,13 @@
62
* @see <a href="https://cloud.ibm.com/docs/compare-comply?topic=compare-comply-about">Compare
63
* Comply</a>
64
*/
65
+
66
+ /**
67
+ * @deprecated On 30 November 2021, Compare and Comply will no longer be available.
68
+ * For more information, see Compare and Comply Deprecation
69
+ * (https://github.com/watson-developer-cloud/java-sdk#compare-and-comply-deprecation).
70
+ */
71
+@Deprecated
72
public class CompareComply extends BaseService {
73
74
public static final String DEFAULT_SERVICE_NAME = "compare-comply";
0 commit comments