Commit a02521492f0df1a49fe2d4bda82fbddddb1fd3c8

Philipp Wiesemann 2014-08-11T23:16:47

Added javadoc comment for consistency.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/android-project/src/org/libsdl/app/SDLActivity.java b/android-project/src/org/libsdl/app/SDLActivity.java
index 59d6a69..47db8ab 100644
--- a/android-project/src/org/libsdl/app/SDLActivity.java
+++ b/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) {