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

Diff of /classpath/java/util/Arrays.java

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

revision 1.20.2.3 by tromey, Sun Aug 15 07:59:51 2004 UTC revision 1.20.2.4 by tromey, Wed Jan 12 01:12:48 2005 UTC
# Line 2219  public class Arrays Line 2219  public class Arrays
2219                {                {
2220                  // not already sorted                  // not already sorted
2221                  int j = i;                  int j = i;
2222                  Object elem = a[j];                  T elem = a[j];
2223                  do                  do
2224                    {                    {
2225                      a[j] = a[j - 1];                      a[j] = a[j - 1];

Legend:
Removed from v.1.20.2.3  
changed lines
  Added in v.1.20.2.4

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