/[classpath]/classpath/java/util/BitSet.java
ViewVC logotype

Diff of /classpath/java/util/BitSet.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13.2.3 by gnu_andrew, Thu Jan 13 22:40:40 2005 UTC revision 1.13.2.4 by gnu_andrew, Sat Jan 15 17:02:16 2005 UTC
# Line 732  public class BitSet implements Cloneable Line 732  public class BitSet implements Cloneable
732     *     *
733     * @param lastElt the size needed for the bits array     * @param lastElt the size needed for the bits array
734     */     */
735    private final void ensure(int lastElt)    private void ensure(int lastElt)
736    {    {
737      if (lastElt >= bits.length)      if (lastElt >= bits.length)
738        {        {

Legend:
Removed from v.1.13.2.3  
changed lines
  Added in v.1.13.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26