gitgabrio commented on code in PR #6292:
URL:
https://github.com/apache/incubator-kie-drools/pull/6292#discussion_r2018101974
##########
efesto/efesto-core/efesto-common-api/src/main/java/org/kie/efesto/common/api/io/MemoryFile.java:
##########
@@ -43,7 +43,8 @@ public class MemoryFile extends File implements Serializable {
private byte[] content;
public MemoryFile(Path filePath) throws IOException {
- super(filePath.getFileName().toString());
+ //super(filePath.getFileName().toString());
+ super(filePath.toString());
Review Comment:
leftover....
--
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]