You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/07/04 10:50:27 UTC

[GitHub] [cordova-plugin-file] janpio commented on a change in pull request #151: brackets

janpio commented on a change in pull request #151: brackets
URL: https://github.com/apache/cordova-plugin-file/pull/151#discussion_r300343958
 
 

 ##########
 File path: src/android/FileUtils.java
 ##########
 @@ -1101,7 +1101,7 @@ public void handleData(InputStream inputStream, String contentType) {
             		} catch (IOException e) {
             			LOG.d(LOG_TAG, e.getLocalizedMessage());
             			callbackContext.sendPluginResult(new PluginResult(PluginResult.Status.IO_EXCEPTION, NOT_READABLE_ERR));
-                    }
+                }
 
 Review comment:
   This doesn't look right, this was correct before.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org