Update javadoc to match expectation for UnsupportedOperationException
Test: builds Change-Id: I44eac15972ed099fc12599a78a71557a7b16d593
This commit is contained in:
@@ -554,7 +554,8 @@ public class EthernetManager {
|
|||||||
* information about the error.
|
* information about the error.
|
||||||
* @throws SecurityException if the process doesn't hold
|
* @throws SecurityException if the process doesn't hold
|
||||||
* {@link android.Manifest.permission.MANAGE_ETHERNET_NETWORKS}.
|
* {@link android.Manifest.permission.MANAGE_ETHERNET_NETWORKS}.
|
||||||
* @throws UnsupportedOperationException if called on a non-automotive device or on an
|
* @throws UnsupportedOperationException if the {@link NetworkCapabilities} are updated on a
|
||||||
|
* non-automotive device or this function is called on an
|
||||||
* unsupported interface.
|
* unsupported interface.
|
||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user