BufferedReader.java, [...]: Fixed javadocs all over.
2004-11-16 Michael Koch <konqueror@gmx.de> * java/io/BufferedReader.java, java/io/FileInputStream.java, java/io/FileOutputStream.java, java/io/FileWriter.java, java/io/OutputStreamWriter.java, java/io/PipedInputStream.java, java/io/PipedOutputStream.java, java/io/PipedReader.java, java/io/PipedWriter.java, java/io/PrintStream.java, java/io/PushbackInputStream.java, java/io/RandomAccessFile.java, java/io/Reader.java, java/io/StreamTokenizer.java, java/io/StringReader.java, java/net/NetworkInterface.java, java/net/URLClassLoader.java, java/nio/ByteOrder.java, java/nio/channels/Channel.java: Fixed javadocs all over. From-SVN: r90727
This commit is contained in:
parent
d39289db5a
commit
be06f47bc1
20 changed files with 225 additions and 199 deletions
|
@ -1097,6 +1097,8 @@ public class URLClassLoader extends SecureClassLoader
|
|||
* @param urls the initial URLs used to resolve classes and
|
||||
* resources
|
||||
*
|
||||
* @return the class loader
|
||||
*
|
||||
* @exception SecurityException when the calling code does not have
|
||||
* permission to access the given <code>URL</code>s
|
||||
*/
|
||||
|
@ -1115,6 +1117,8 @@ public class URLClassLoader extends SecureClassLoader
|
|||
* resources
|
||||
* @param parent the parent class loader
|
||||
*
|
||||
* @return the class loader
|
||||
*
|
||||
* @exception SecurityException when the calling code does not have
|
||||
* permission to access the given <code>URL</code>s
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue