New docs for Thread.java, and little tweaks identified by japi.

From-SVN: r63284
This commit is contained in:
Anthony Green 2003-02-22 14:16:29 +00:00 committed by Anthony Green
parent 764c441479
commit 514e19c9fb
3 changed files with 562 additions and 14 deletions

View file

@ -1,6 +1,6 @@
// Class.java - Representation of a Java class.
/* Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation
/* Copyright (C) 1998, 1999, 2000, 2002, 2003 Free Software Foundation
This file is part of libgcj.
@ -346,7 +346,7 @@ public final class Class implements Serializable
private native void initializeClass ();
// finalization
protected native void finalize ();
protected native void finalize () throws Throwable;
/**
* Strip the last portion of the name (after the last dot).