mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue