Skip to content

Commit 0582d2e

Browse files
author
Niall Pemberton
committed
Javadoc improvements
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1080933 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2caf0f9 commit 0582d2e

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/main/java/org/apache/commons/io/input/ClassLoaderObjectInputStream.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,12 @@ protected Class<?> resolveClass(ObjectStreamClass objectStreamClass)
8181
* Create a proxy class that implements the specified interfaces using
8282
* the specified ClassLoader or the super ClassLoader.
8383
*
84-
* @param interfaces the interfaces to implemnt
85-
* @return the class
84+
* @param interfaces the interfaces to implement
85+
* @return a proxy class implementing the interfaces
86+
* @throws IOException in case of an I/O error
87+
* @throws ClassNotFoundException if the Class cannot be found
8688
* @see java.io.ObjectInputStream#resolveProxyClass(java.lang.String[])
89+
* @since Commons IO 2.1
8790
*/
8891
@Override
8992
protected Class<?> resolveProxyClass(String[] interfaces) throws IOException,

0 commit comments

Comments
 (0)