Mercurial Hosting > luan
changeset 710:63cda9eec9a0
make LuanFile.file public
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 19 May 2016 15:21:44 -0600 |
parents | 96a280ca32a2 |
children | 217b047afd93 |
files | core/src/luan/modules/IoLuan.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/core/src/luan/modules/IoLuan.java Wed May 18 19:55:48 2016 -0600 +++ b/core/src/luan/modules/IoLuan.java Thu May 19 15:21:44 2016 -0600 @@ -434,7 +434,7 @@ } public static final class LuanFile extends LuanIO { - private final File file; + public final File file; private LuanFile(LuanState luan,File file) throws LuanException { this(file);