singh-akhilesh commented on a change in pull request #2107:
URL: https://github.com/apache/netbeans/pull/2107#discussion_r417260536
##########
File path: nbbuild/antsrc/org/netbeans/nbbuild/MakeNBM.java
##########
@@ -334,14 +334,14 @@ public void setProductDir( File dir ) {
public void setFile(File file) {
this.file = file;
}
-
- public void setUsePack200(boolean usePack200) {
+ //Commented below code, as pack200 is not supported from jdk 14 onwards
Review comment:
Addressed code review comments and removed all the previously commented
code.
----------------------------------------------------------------
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]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists