--- a/jdk/src/share/classes/java/net/InetAddress.java Tue Jun 10 14:17:32 2014 -0700
+++ b/jdk/src/share/classes/java/net/InetAddress.java Tue Jun 10 16:18:54 2014 -0700
@@ -183,7 +183,7 @@
* @see java.net.InetAddress#getAllByName(java.lang.String)
* @see java.net.InetAddress#getByName(java.lang.String)
* @see java.net.InetAddress#getLocalHost()
- * @since JDK1.0
+ * @since 1.0
*/
public
class InetAddress implements java.io.Serializable {
@@ -305,7 +305,7 @@
* IP multicast address.
* @return a {@code boolean} indicating if the InetAddress is
* an IP multicast address
- * @since JDK1.1
+ * @since 1.1
*/
public boolean isMulticastAddress() {
return false;
@@ -654,7 +654,7 @@
* Returns the IP address string in textual presentation.
*
* @return the raw IP address in a string format.
- * @since JDK1.0.2
+ * @since 1.0.2
*/
public String getHostAddress() {
return null;