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

@ -224,7 +224,7 @@ public class Keyboard {
* "Create" the keyboard. The display must first have been created. The
* reason for this is so the keyboard has a window to "focus" in.
*
* @throw Exception if the keyboard could not be created for any reason
* @throws Exception if the keyboard could not be created for any reason
*/
public static void create() throws Exception {
if (created)