ThreadGroup.java (list): Changed print to println.
2004-03-19 Jeroen Frijters <jeroen@frijters.net> * java/lang/ThreadGroup.java (list): Changed print to println. From-SVN: r79707
This commit is contained in:
committed by
Michael Koch
parent
44b20223ef
commit
b121dcb5a8
@@ -684,7 +684,7 @@ public class ThreadGroup
|
||||
{
|
||||
if (groups == null)
|
||||
return;
|
||||
System.out.print(indentation + this);
|
||||
System.out.println(indentation + this);
|
||||
indentation += " ";
|
||||
int i = threads.size();
|
||||
while (--i >= 0)
|
||||
|
||||
Reference in New Issue
Block a user