[multiple changes]

2004-06-01  Tom Tromey  <tromey@redhat.com>

	* java/io/ObjectStreamField.java: Cleaned up imports.

2004-06-01  Michael Koch  <konqueror@gmx.de>

	* java/io/ObjectStreamField.java: Style and javadoc cleanup.

2004-06-01  Mark Wielaard  <mark@klomp.org>

	* java/io/Writer.java (Writer(Object)): Fixed API doc.

From-SVN: r82545
This commit is contained in:
Michael Koch 2004-06-01 12:47:02 +00:00
parent ea0ece0949
commit c05e85e236
3 changed files with 33 additions and 7 deletions

View file

@ -76,7 +76,7 @@ public abstract class Writer
* on the specified <code>Object</code>.
*
* @param lock The <code>Object</code> to use for synchronizing critical
* sections. Must be not be null.
* sections. Must not be null.
*/
protected Writer(Object lock)
{