summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/call/InCallVideoCallCallbackNotifier.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/incallui/call/InCallVideoCallCallbackNotifier.java')
-rw-r--r--java/com/android/incallui/call/InCallVideoCallCallbackNotifier.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/android/incallui/call/InCallVideoCallCallbackNotifier.java b/java/com/android/incallui/call/InCallVideoCallCallbackNotifier.java
index 1cb9f742e..ff94120bf 100644
--- a/java/com/android/incallui/call/InCallVideoCallCallbackNotifier.java
+++ b/java/com/android/incallui/call/InCallVideoCallCallbackNotifier.java
@@ -36,7 +36,7 @@ public class InCallVideoCallCallbackNotifier {
private final Set<SurfaceChangeListener> mSurfaceChangeListeners =
Collections.newSetFromMap(new ConcurrentHashMap<SurfaceChangeListener, Boolean>(8, 0.9f, 1));
- /** Private constructor. Instance should only be acquired through getInstance(). */
+ /** Private constructor. Instance should only be acquired through getRunningInstance(). */
private InCallVideoCallCallbackNotifier() {}
/** Static singleton accessor method. */