diff options
Diffstat (limited to 'core/java/android/net/VpnService.java')
-rw-r--r-- | core/java/android/net/VpnService.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/net/VpnService.java b/core/java/android/net/VpnService.java index ad54912..78b9c18 100644 --- a/core/java/android/net/VpnService.java +++ b/core/java/android/net/VpnService.java @@ -296,9 +296,9 @@ public class VpnService extends Service { * * This method only needs to be called if the VPN has explicitly bound its underlying * communications channels — such as the socket(s) passed to {@link #protect(int)} — - * to a {@code Network} using APIs such as {@link Network#bindSocket} or {@link - * Network#bindDatagramSocket}. The VPN should call this method every time the set of {@code - * Network}s it is using changes. + * to a {@code Network} using APIs such as {@link Network#bindSocket(Socket)} or + * {@link Network#bindSocket(DatagramSocket)}. The VPN should call this method every time + * the set of {@code Network}s it is using changes. * * {@code networks} is one of the following: * <ul> |