Skip to content

Commit 8edb89a

Browse files
authored
Update Application.start javadoc. (#1947)
1 parent 3d203a1 commit 8edb89a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

jme3-core/src/main/java/com/jme3/app/Application.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2009-2021 jMonkeyEngine
2+
* Copyright (c) 2009-2023 jMonkeyEngine
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without
@@ -169,13 +169,15 @@ public interface Application {
169169

170170
/**
171171
* Starts the application.
172-
* A bug occurring when using LWJGL3 prevents this method from returning until after the application is stopped.
172+
* A bug occurring when using LWJGL3 prevents this method from
173+
* returning until after the application is stopped on macOS.
173174
*/
174175
public void start();
175176

176177
/**
177178
* Starts the application.
178-
* A bug occurring when using LWJGL3 prevents this method from returning until after the application is stopped.
179+
* A bug occurring when using LWJGL3 prevents this method from
180+
* returning until after the application is stopped on macOS.
179181
*
180182
* @param waitFor true→wait for the context to be initialized,
181183
* false→don't wait

0 commit comments

Comments
 (0)