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



##########
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:
       @jblejder would you be able to add in the JavaDoc comment?
   
   You can use the below `public PluginEntry` overloaded method's comment block 
as an example for your overloaded method.
   
   After this PR is updated, I can merge it in for next release.




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