8193861: Typos in API documentation of File.toPath() and InetSocketAddress.getAddress()
authorbpb
Fri, 05 Jan 2018 12:45:52 -0800
changeset 48435 20fe8cd3179d
parent 48434 2d250a0174a6
child 48436 45a9a7a49379
8193861: Typos in API documentation of File.toPath() and InetSocketAddress.getAddress() Reviewed-by: chegar, rriggs, lancea
src/java.base/share/classes/java/io/File.java
src/java.base/share/classes/java/net/InetSocketAddress.java
--- a/src/java.base/share/classes/java/io/File.java	Thu Jan 04 19:58:45 2018 -0800
+++ b/src/java.base/share/classes/java/io/File.java	Fri Jan 05 12:45:52 2018 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1994, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1994, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -2256,7 +2256,7 @@
     private transient volatile Path filePath;
 
     /**
-     * Returns a {@link Path java.nio.file.Path} object constructed from the
+     * Returns a {@link Path java.nio.file.Path} object constructed from
      * this abstract path. The resulting {@code Path} is associated with the
      * {@link java.nio.file.FileSystems#getDefault default-filesystem}.
      *
--- a/src/java.base/share/classes/java/net/InetSocketAddress.java	Thu Jan 04 19:58:45 2018 -0800
+++ b/src/java.base/share/classes/java/net/InetSocketAddress.java	Fri Jan 05 12:45:52 2018 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -317,10 +317,9 @@
     }
 
     /**
-     *
      * Gets the {@code InetAddress}.
      *
-     * @return the InetAdress or {@code null} if it is unresolved.
+     * @return the InetAddress or {@code null} if it is unresolved.
      */
     public final InetAddress getAddress() {
         return holder.getAddress();