Skip to content

Commit 845aafc

Browse files
committed
jPosix: only operate on Java types
1 parent c034eed commit 845aafc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

+stdlib/private/jPosix.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
function s = jPosix(o)
22

3+
s = o;
4+
35
if isempty(o)
46
s = "";
57
elseif isa(o, "java.io.File") || isa(o, "java.nio.file.Path") || ...

0 commit comments

Comments
 (0)