[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:
parent
ea0ece0949
commit
c05e85e236
3 changed files with 33 additions and 7 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue