浏览代码

jme3-ios: correct some javadoc that was copy-pasted from jme3-android (#1651)

Stephen Gold 3 年之前
父节点
当前提交
fb333feea2

+ 2 - 5
jme3-ios/src/main/java/com/jme3/input/ios/IosTouchHandler.java

@@ -45,11 +45,8 @@ import java.util.logging.Level;
 import java.util.logging.Logger;
 
 /**
- * AndroidTouchHandler is the base class that receives touch inputs from the 
- * Android system and creates the TouchEvents for jME.  This class is designed
- * to handle the base touch events for Android rev 9 (Android 2.3).  This is
- * extended by other classes to add features that were introduced after
- * Android rev 9.
+ * IosTouchHandler is the base class that receives touch inputs from the 
+ * iOS system and creates the TouchEvents for jME.
  * 
  * @author iwgeric
  */

+ 2 - 2
jme3-ios/src/main/java/com/jme3/input/ios/TouchEventPool.java

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009-2020 jMonkeyEngine
+ * Copyright (c) 2009-2021 jMonkeyEngine
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -37,7 +37,7 @@ import java.util.logging.Logger;
 
 /**
  * TouchEventPool provides a RingBuffer of jME TouchEvents to help with garbage
- * collection on Android.  Each TouchEvent is stored in the RingBuffer and is 
+ * collection on iOS.  Each TouchEvent is stored in the RingBuffer and is 
  * reused if the TouchEvent has been consumed.
  * 
  * If a TouchEvent has not been consumed, it is placed back into the pool at the