Charset.java (encode, decode): Synchronize on 'this', not the class.
authorTom Tromey <tromey@redhat.com>
Tue, 17 May 2005 01:52:02 +0000 (01:52 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 17 May 2005 01:52:02 +0000 (01:52 +0000)
commit9d9bd40fb67d65bc99b142f66128b3ad07e63330
tree9e725d3de52f3724939de6899c9e60f4d9a069aa
parente5b58ee301591519efb761c01b0a0938139b7164
Charset.java (encode, decode): Synchronize on 'this', not the class.

* java/nio/charset/Charset.java (encode, decode): Synchronize on
'this', not the class.

From-SVN: r99810
libjava/ChangeLog
libjava/java/nio/charset/Charset.java