New docs for Thread.java, and little tweaks identified by japi.
From-SVN: r63284
This commit is contained in:
parent
764c441479
commit
514e19c9fb
3 changed files with 562 additions and 14 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue