Skip to content

Commit fda2d35

Browse files
Michael BurnettMeFisto94
authored andcommitted
Fix the typo and improve the work.
1 parent e098f07 commit fda2d35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,13 @@ public interface Application {
167167

168168
/**
169169
* Starts the application.
170-
* A bug occuring when using the LWJGL3 prevents the method from returning until after #stop() is called.
170+
* A bug occuring when using LWJGL3 prevents this method from returning until after the application is stopped.
171171
*/
172172
public void start();
173173

174174
/**
175175
* Starts the application.
176-
* A bug occuring when using the LWJGL3 prevents the method from returning until after #stop() is called.
176+
* A bug occuring when using LWJGL3 prevents this method from returning until after the application is stopped.
177177
*/
178178
public void start(boolean waitFor);
179179

0 commit comments

Comments
 (0)