Documentation tweak

PiperOrigin-RevId: 401764435
This commit is contained in:
olly 2021-10-08 15:15:24 +01:00 committed by bachinger
parent ce66b01ee2
commit 046fb1d71e

View file

@ -27,7 +27,7 @@ import org.chromium.net.CronetProvider;
* href="https://developer.android.com/guide/topics/connectivity/cronet/start">Android developer
* guide</a> to learn how to instantiate a {@link CronetEngine} for use by your application. You
* can also use {@link CronetUtil#buildCronetEngine} to build a {@link CronetEngine} suitable
* for use by ExoPlayer.
* for use with {@link CronetDataSource}.
*/
@Deprecated
public final class CronetEngineWrapper {