diff --git a/src/android/InAppBrowser.java b/src/android/InAppBrowser.java index 3a03057..be75d16 100644 --- a/src/android/InAppBrowser.java +++ b/src/android/InAppBrowser.java @@ -285,7 +285,7 @@ public class InAppBrowser extends CordovaPlugin { * Previously the Config class had a static method, isUrlWhitelisted(). That * responsibility has been moved to the plugins, with an aggregating method in * PluginManager. - */ + * * @param url, the URL as a String * @return true if WhiteListed, otherwise null or false */