Skip to content

Commit

Permalink
8297385: Remove duplicated null typos in javadoc
Browse files Browse the repository at this point in the history
Reviewed-by: dfuchs, rriggs
  • Loading branch information
dongxuwang authored and y1yang0 committed Nov 25, 2022
1 parent 1fb9dad commit 0ed8b33
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -155,7 +155,7 @@ public Document parse(InputStream is, String systemId)
* Parse the content of the given URI as an XML document
* and return a new DOM {@link Document} object.
* An <code>IllegalArgumentException</code> is thrown if the
* URI is <code>null</code> null.
* URI is <code>null</code>.
*
* @param uri The location of the content to be parsed.
*
Expand All @@ -182,7 +182,7 @@ public Document parse(String uri)
* Parse the content of the given file as an XML document
* and return a new DOM {@link Document} object.
* An <code>IllegalArgumentException</code> is thrown if the
* <code>File</code> is <code>null</code> null.
* <code>File</code> is <code>null</code>.
*
* @param f The file containing the XML to parse.
*
Expand Down Expand Up @@ -210,7 +210,7 @@ public Document parse(File f) throws SAXException, IOException {
* Parse the content of the given input source as an XML document
* and return a new DOM {@link Document} object.
* An <code>IllegalArgumentException</code> is thrown if the
* <code>InputSource</code> is <code>null</code> null.
* <code>InputSource</code> is <code>null</code>.
*
* @param is InputSource containing the content to be parsed.
*
Expand Down

1 comment on commit 0ed8b33

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.