natThread.cc (stop): Removed argument name.

* java/lang/natThread.cc (stop): Removed argument name.

	* java/lang/ThreadGroup.java (ThreadGroup(int)): No longer
	`private'; now has default access.
	* Makefile.in: Rebuilt.
	* Makefile.am (java/lang/ThreadGroup.h): Removed.

From-SVN: r30417
This commit is contained in:
Tom Tromey 1999-11-05 17:10:17 +00:00 committed by Tom Tromey
parent aa608fe69c
commit ea638d6c94
5 changed files with 11 additions and 16 deletions

View file

@ -362,7 +362,7 @@ public class ThreadGroup
// This is the constructor that is used when creating the very first
// ThreadGroup. We have an arbitrary argument here just to
// differentiate this constructor from the others.
private ThreadGroup (int dummy)
ThreadGroup (int dummy)
{
parent = null;
name = "main";