Browse Source

Android: fix missing period in javadoc

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10636 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
iwg..om 12 years ago
parent
commit
1ac240e971
1 changed files with 1 additions and 1 deletions
  1. 1 1
      engine/src/android/com/jme3/app/AndroidHarness.java

+ 1 - 1
engine/src/android/com/jme3/app/AndroidHarness.java

@@ -86,7 +86,7 @@ public class AndroidHarness extends Activity implements TouchListener, DialogInt
     protected String audioRendererType = AppSettings.ANDROID_MEDIAPLAYER;
     protected String audioRendererType = AppSettings.ANDROID_MEDIAPLAYER;
 
 
     /**
     /**
-     * If true Android Sensors are used as simulated Joysticks Users can use the
+     * If true Android Sensors are used as simulated Joysticks. Users can use the
      * Android sensor feedback through the RawInputListener or by registering
      * Android sensor feedback through the RawInputListener or by registering
      * JoyAxisTriggers.
      * JoyAxisTriggers.
      */
      */