timbru31 commented on a change in pull request #1166:
URL: https://github.com/apache/cordova-android/pull/1166#discussion_r608718128



##########
File path: framework/src/org/apache/cordova/PluginEntry.java
##########
@@ -52,6 +52,10 @@ public PluginEntry(String service, CordovaPlugin plugin) {
         this(service, plugin.getClass().getName(), true, plugin);
     }
 
+    public PluginEntry(String service, CordovaPlugin plugin, boolean onload) {

Review comment:
       Could you add a JavaDoc comment for this overload? Thanks!




-- 
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to