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/11/14 15:49:05 UTC

[GitHub] [cordova-plugin-file] REPTILEHAUS commented on issue #359: plugin uses uses unchecked or unsafe operations. on android

REPTILEHAUS commented on issue #359: plugin uses uses unchecked or unsafe operations. on android
URL: https://github.com/apache/cordova-plugin-file/issues/359#issuecomment-553948003
 
 
   Sorry but Im trying to move away from Cordova so dont have time to do extensive tests, I can however confirm that I fixed/resolved this build issue by adding the following above your class which will do for now for my case
   
   ```
   @SuppressWarnings("unchecked")
   public class AssetFilesystem extends Filesystem {
   ```

----------------------------------------------------------------
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