BradWalker commented on code in PR #6112:
URL: https://github.com/apache/netbeans/pull/6112#discussion_r2651753523
##########
enterprise/payara.micro/src/org/netbeans/modules/fish/payara/micro/project/DeployOnSaveManager.java:
##########
@@ -574,7 +574,7 @@ private void createOrReplace(
FileObject targetFO,
FileObject destRoot,
String relativePath,
- Map destMap, boolean checkTimeStamps) throws IOException {
+ Map<String, FileObject> destMap, boolean checkTimeStamps)
throws IOException {
Review Comment:
Fixed.
--
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