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

SimpleApplication: correct 2 typos in the javadoc (#1771)

Stephen Gold преди 3 години
родител
ревизия
0694627f28
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      jme3-core/src/main/java/com/jme3/app/SimpleApplication.java

+ 3 - 3
jme3-core/src/main/java/com/jme3/app/SimpleApplication.java

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009-2021 jMonkeyEngine
+ * Copyright (c) 2009-2022 jMonkeyEngine
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -127,7 +127,7 @@ public abstract class SimpleApplication extends LegacyApplication {
     }
 
     /**
-     * Returns the applications speed.
+     * Returns the application's speed.
      *
      * @return The speed of the application.
      */
@@ -136,7 +136,7 @@ public abstract class SimpleApplication extends LegacyApplication {
     }
 
     /**
-     * Changes the application speed. 0.0f prevents the application from updating.
+     * Changes the application's speed. 0.0f prevents the application from updating.
      * @param speed The speed to set.
      */
     public void setSpeed(float speed) {