Fix link typo with missing #
Without it, the DAC doesn't render the full sentence. And the link is not actually linking to the proper constructors. #minor-release PiperOrigin-RevId: 630395271
This commit is contained in:
parent
24305c043e
commit
8a8dfbed71
@ -89,7 +89,7 @@ public class EventLogger implements AnalyticsListener {
|
||||
* Creates an instance.
|
||||
*
|
||||
* @param trackSelector This parameter is ignored.
|
||||
* @deprecated Use {@link EventLogger()}
|
||||
* @deprecated Use {@link #EventLogger()}
|
||||
*/
|
||||
@UnstableApi
|
||||
@Deprecated
|
||||
@ -103,7 +103,7 @@ public class EventLogger implements AnalyticsListener {
|
||||
*
|
||||
* @param trackSelector This parameter is ignored.
|
||||
* @param tag The tag used for logging.
|
||||
* @deprecated Use {@link EventLogger(String)}
|
||||
* @deprecated Use {@link #EventLogger(String)}
|
||||
*/
|
||||
@UnstableApi
|
||||
@Deprecated
|
||||
|
Loading…
x
Reference in New Issue
Block a user