Bläddra i källkod

Added javadoc comment for consistency.

Philipp Wiesemann 10 år sedan
förälder
incheckning
a02521492f
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3 0
      android-project/src/org/libsdl/app/SDLActivity.java

+ 3 - 0
android-project/src/org/libsdl/app/SDLActivity.java

@@ -543,6 +543,9 @@ public class SDLActivity extends Activity {
     /** com.android.vending.expansion.zipfile.ZipResourceFile's getInputStream() or null. */
     private Method expansionFileMethod;
 
+    /**
+     * This method is called by SDL using JNI.
+     */
     public InputStream openAPKExtensionInputStream(String fileName) throws IOException {
         // Get a ZipResourceFile representing a merger of both the main and patch files
         if (expansionFile == null) {