From a02521492f0df1a49fe2d4bda82fbddddb1fd3c8 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Mon, 11 Aug 2014 23:16:47 +0200 Subject: [PATCH] Added javadoc comment for consistency. --- android-project/src/org/libsdl/app/SDLActivity.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android-project/src/org/libsdl/app/SDLActivity.java b/android-project/src/org/libsdl/app/SDLActivity.java index 59d6a694d20d8..47db8abfffbe9 100644 --- a/android-project/src/org/libsdl/app/SDLActivity.java +++ b/android-project/src/org/libsdl/app/SDLActivity.java @@ -543,6 +543,9 @@ public static void pollInputDevices() { /** 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) {