Преглед на файлове

Fix the typo and improve the work.

Michael Burnett преди 5 години
родител
ревизия
fda2d352df
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      jme3-core/src/main/java/com/jme3/app/Application.java

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

@@ -167,13 +167,13 @@ public interface Application {
 
     /**
      * Starts the application.
-     * A bug occuring when using the LWJGL3 prevents the method from returning until after #stop() is called.
+     * A bug occuring when using LWJGL3 prevents this method from returning until after the application is stopped.
      */
     public void start();
 
     /**
      * Starts the application.
-     * A bug occuring when using the LWJGL3 prevents the method from returning until after #stop() is called.
+     * A bug occuring when using LWJGL3 prevents this method from returning until after the application is stopped.
      */
     public void start(boolean waitFor);