errael commented on issue #1991: [NETBEANS-3918] defer creation of target 
folder until/if needed
URL: https://github.com/apache/netbeans/pull/1991#issuecomment-593167685
 
 
   Travis build fails
   ```
   
/home/travis/build/apache/netbeans/ide/projectuiapi/src/org/netbeans/spi/project/ui/templates/support/Templates.java:152:
 error: reference to setTargetFolder is ambiguous
      [repeat]                 
((TemplateWizard)wizardDescriptor).setTargetFolder( null );
   ```
   Ambiguous reference. To stay compatible, I can change the new method to 
unique name like
   `setLazyTargetFolder(Supplier)`
   Comment?

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


With regards,
Apache Git Services

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

Reply via email to