mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
Collator.java (decomposeCharacter, [...]): Now package-private, not protected.
* java/text/Collator.java (decomposeCharacter, decmp, strength): Now package-private, not protected. * java/text/DateFormatSymbols.java (equals): Now private. * java/text/DecimalFormatSymbols.java (safeGetChar): Now private. * java/util/BitSet.java: Class no longer final. * java/util/Set.java (toArray(Object[])): New method. From-SVN: r38075
This commit is contained in:
@@ -45,7 +45,7 @@ import java.io.Serializable;
|
||||
* @date October 23, 1998.
|
||||
* @status API complete to JDK 1.3.
|
||||
*/
|
||||
public final class BitSet implements Cloneable, Serializable
|
||||
public class BitSet implements Cloneable, Serializable
|
||||
{
|
||||
/**
|
||||
* Create a new empty bit set.
|
||||
|
||||
Reference in New Issue
Block a user