summaryrefslogtreecommitdiff
path: root/telecomm/java/android/telecomm/Response.java
diff options
context:
space:
mode:
Diffstat (limited to 'telecomm/java/android/telecomm/Response.java')
-rw-r--r--telecomm/java/android/telecomm/Response.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/telecomm/java/android/telecomm/Response.java b/telecomm/java/android/telecomm/Response.java
index 13c0702fa6c3..f87975615421 100644
--- a/telecomm/java/android/telecomm/Response.java
+++ b/telecomm/java/android/telecomm/Response.java
@@ -17,7 +17,10 @@
package android.telecomm;
/**
- * Used to inform a client of asynchronously returned results.
+ * <strong>OBSOLETE</strong> Used to inform a client of asynchronously returned results.
+ * <p>
+ * <strong>TODO:</strong> Remove onCreateConferenceConnection() async method
+ * then delete this interface.
*/
public interface Response<IN, OUT> {