/[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.14 by gnu_andrew, Tue Aug 17 22:19:56 2004 UTC revision 1.15 by mkoch, Fri Oct 22 17:15:57 2004 UTC
# Line 1  Line 1 
1  /* BitSet.java -- A vector of bits.  /* BitSet.java -- A vector of bits.
2     Copyright (C) 1998, 1999, 2000, 2001  Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2000, 2001, 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# 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.14  
changed lines
  Added in v.1.15

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