Fixed some Javadoc comments in preparation for putting up new Javadocs
on http://thdltools.sf.net/.
This commit is contained in:
parent
fd1b4dd468
commit
1ecbfe6a7c
3 changed files with 4 additions and 6 deletions
|
@ -1764,7 +1764,7 @@ class RadioListener extends ThdlActionListener {
|
|||
|
||||
/* FIXME: needs better error handling */
|
||||
/** Creates an object via reflection.
|
||||
* @returns nonnull on succes, null on error */
|
||||
* @return nonnull on success, null on error */
|
||||
public static Object createObject(Constructor constructor,
|
||||
Object[] arguments) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue