commit | 18ce5fb211074a6ff0a8b5eb134ec0c709a3fe42 | [log] [tgz] |
---|---|---|
author | Iván Budnik <[email protected]> | Wed Sep 04 10:36:23 2024 +0000 |
committer | Iván Budnik <[email protected]> | Wed Sep 04 10:36:23 2024 +0000 |
tree | 69e45fd0a54c87a5f12614db98ccd00d80f85a8e | |
parent | 8dd660e1834635426414546027e498c86620ae19 [diff] |
Fix `#getInstance(Context, String, Executor, Runnable)` javadoc The javadoc stated that a non-existent clientPackageName would return null, when the method would actually throw an IllegalArgumentException, already documented on the `@throws` clause. The error likely happened when copying the javadoc from `#getInstance(Context, String)`. Change-Id: Ie045eaa1fc2ea707e9ec9810a4b61190bf0a2da2 Test: N/A Bug: 205124386 Flag: DOCS_ONLY