/[classpath]/classpath/java/lang/ThreadGroup.java
ViewVC logotype

Diff of /classpath/java/lang/ThreadGroup.java

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

revision 1.12 by ericb, Mon Mar 25 07:54:39 2002 UTC revision 1.13 by tromey, Tue Jun 18 15:32:37 2002 UTC
# Line 638  public class ThreadGroup Line 638  public class ThreadGroup
638          i = groups.size();          i = groups.size();
639          while (--i >= 0 && next < list.length)          while (--i >= 0 && next < list.length)
640            {            {
641              ThreadGroup g = (ThreadGroup) threads.get(i);              ThreadGroup g = (ThreadGroup) groups.get(i);
642              next = g.enumerate(list, next, true);              next = g.enumerate(list, next, true);
643            }            }
644        }        }

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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