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:
jbibik 2024-05-03 08:19:18 -07:00 committed by Copybara-Service
parent 24305c043e
commit 8a8dfbed71

View File

@ -89,7 +89,7 @@ public class EventLogger implements AnalyticsListener {
* Creates an instance. * Creates an instance.
* *
* @param trackSelector This parameter is ignored. * @param trackSelector This parameter is ignored.
* @deprecated Use {@link EventLogger()} * @deprecated Use {@link #EventLogger()}
*/ */
@UnstableApi @UnstableApi
@Deprecated @Deprecated
@ -103,7 +103,7 @@ public class EventLogger implements AnalyticsListener {
* *
* @param trackSelector This parameter is ignored. * @param trackSelector This parameter is ignored.
* @param tag The tag used for logging. * @param tag The tag used for logging.
* @deprecated Use {@link EventLogger(String)} * @deprecated Use {@link #EventLogger(String)}
*/ */
@UnstableApi @UnstableApi
@Deprecated @Deprecated