mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
Minor adjustments to Javadoc comments
This commit is contained in:
parent
db9a312469
commit
a5615938c9
4 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue