aubi commented on a change in pull request #3330:
URL: https://github.com/apache/netbeans/pull/3330#discussion_r792466416
##########
File path:
enterprise/payara.common/src/org/netbeans/modules/payara/common/PayaraInstance.java
##########
@@ -354,11 +354,25 @@ private static void untagUnderConstruction(String url) {
}
}
+ @Deprecated
+ public static PayaraInstance create(String displayName,
+ String installRoot, String payaraRoot, String domainsDir,
+ String domainName, int httpPort, int adminPort,
+ String userName, String password, String target, String url,
+ PayaraInstanceProvider pip) {
+ return create(displayName,
+ installRoot, payaraRoot, domainsDir,
+ domainName, httpPort, adminPort,
+ userName, password,
+ false, null, null,
+ target, url,
+ pip);
+ }
+
/**
- * Creates a PayaraInstance object for a server installation. This
- * instance should be added to the the provider registry if the caller
wants
- * it to be persisted for future sessions or searchable.
- * <p/>
+ * Creates a PayaraInstance object for a server installation.This
+ instance should be added to the the provider registry if the caller wants
+ it to be persisted for future sessions or searchable.<p/>
Review comment:
I think this breaks javadoc.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists