Minor adjustments to Javadoc comments

This commit is contained in:
Caspian Rychlik-Prince 2002-08-20 14:55:29 +00:00
parent db9a312469
commit a5615938c9
4 changed files with 4 additions and 4 deletions

View file

@ -90,7 +90,7 @@ public class Mouse {
/**
* "Create" the mouse. The display must first have been created.
* @throw Exception if the mouse could not be created for any reason
* @throws Exception if the mouse could not be created for any reason
*/
public static void create() throws Exception {
if (created)