Fix errors in comments.

(also so the docs are up to date)

Test: atest SystemUITests
Bug: 151107523
Change-Id: I2c2e7c4c41f9718b236735024ab466b0020fd4dd
This commit is contained in:
Joshua Tsuji
2020-02-25 17:47:59 -05:00
committed by Josh Tsuji
parent ea494a7c19
commit f5c6a9c82f

View File

@@ -1240,7 +1240,8 @@ public class BubbleStackView extends FrameLayout {
}
/**
* @deprecated use {@link #setExpanded(boolean)} and {@link #setSelectedBubble(Bubble)}
* @deprecated use {@link #setExpanded(boolean)} and
* {@link BubbleData#setSelectedBubble(Bubble)}
*/
@Deprecated
@MainThread