changeset 59334:45aa4f41e8d1

8245231: Javadoc for the readObject methods needs to be updated Reviewed-by: lancea, msheppar
author joehw
date Mon, 18 May 2020 22:13:35 +0000
parents 4bec5ceb7e59
children ca1687338afe
files src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/LocPathIterator.java src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/PredicatedNodeTest.java src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/UnionPathIterator.java
diffstat 3 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/LocPathIterator.java	Mon May 18 13:24:35 2020 -0700
+++ b/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/LocPathIterator.java	Mon May 18 22:13:35 2020 +0000
@@ -130,8 +130,8 @@
    *
    * @param stream Input stream to read from
    *
-   * @throws java.io.IOException
-   * @throws javax.xml.transform.TransformerException
+   * @throws java.io.IOException in case of any IO related exceptions
+   * @throws ClassNotFoundException if Class of the serialized object cannot be found
    */
   private void readObject(java.io.ObjectInputStream stream)
           throws java.io.IOException, ClassNotFoundException
--- a/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/PredicatedNodeTest.java	Mon May 18 13:24:35 2020 -0700
+++ b/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/PredicatedNodeTest.java	Mon May 18 22:13:35 2020 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017, 2020 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
  */
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
@@ -63,8 +63,8 @@
    *
    * @param stream Input stream to read from
    *
-   * @throws java.io.IOException
-   * @throws javax.xml.transform.TransformerException
+   * @throws java.io.IOException in case of any IO related exceptions
+   * @throws ClassNotFoundException if Class of the serialized object cannot be found
    */
   private void readObject(java.io.ObjectInputStream stream)
           throws java.io.IOException, ClassNotFoundException
--- a/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/UnionPathIterator.java	Mon May 18 13:24:35 2020 -0700
+++ b/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/UnionPathIterator.java	Mon May 18 22:13:35 2020 +0000
@@ -254,8 +254,8 @@
    *
    * @param stream Input stream to read from
    *
-   * @throws java.io.IOException
-   * @throws javax.xml.transform.TransformerException
+   * @throws java.io.IOException in case of any IO related exceptions
+   * @throws ClassNotFoundException if Class of the serialized object cannot be found
    */
   private void readObject(java.io.ObjectInputStream stream)
           throws java.io.IOException, ClassNotFoundException