summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorLorenzo Colitti <lorenzo@google.com>2013-03-12 04:30:47 +0900
committerLorenzo Colitti <lorenzo@google.com>2013-03-12 04:30:47 +0900
commit574b00a3621d1e6db560ea2f4593a0ae7a90e145 (patch)
treecaba8a3455e5ae431540d92ab53cb35855581588 /core/java
parentde965891130bc50bd02eb6f7bac2ea177a733c2c (diff)
Unbreak documentation build.
Change-Id: I1e904b111e23d221dcb5f917201d4c27f0c1c05b
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/net/RouteInfo.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/net/RouteInfo.java b/core/java/android/net/RouteInfo.java
index 9a3fcb097415..3a7abc01a8f2 100644
--- a/core/java/android/net/RouteInfo.java
+++ b/core/java/android/net/RouteInfo.java
@@ -64,13 +64,13 @@ public class RouteInfo implements Parcelable {
/**
* Constructs a RouteInfo object.
*
- * If @destination is null, then @gateway must be specified and the
+ * If destination is null, then gateway must be specified and the
* constructed route is either the IPv4 default route <code>0.0.0.0</code>
* if @gateway is an instance of {@link Inet4Address}, or the IPv6 default
- * route <code>::/0</code> if @gateway is an instance of
+ * route <code>::/0</code> if gateway is an instance of
* {@link Inet6Address}.
*
- * @destination and @gateway may not both be null.
+ * destination and gateway may not both be null.
*
* @param destination the destination prefix
* @param gateway the IP address to route packets through