author | wenzelm |
Wed, 26 Apr 2017 16:13:05 +0200 | |
changeset 65589 | f70c617e9c26 |
parent 65588 | b0d8d97198b3 |
child 65590 | 3e7bf5e34e0b |
--- a/src/Pure/General/file.scala Wed Apr 26 15:55:40 2017 +0200 +++ b/src/Pure/General/file.scala Wed Apr 26 16:13:05 2017 +0200 @@ -154,7 +154,7 @@ /* read */ - def read(file: JFile): String = Bytes.read(file).toString + def read(file: JFile): String = Bytes.read(file).text def read(path: Path): String = read(path.file)