From 9674b1514dc9d16f6f826f2097f2cd5923307f37 Mon Sep 17 00:00:00 2001 From: buraq Date: Thu, 19 Aug 2004 17:29:49 +0000 Subject: made iter protected --- sources/scala/io/Source.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/scala/io/Source.scala b/sources/scala/io/Source.scala index 8c22e2f3bf..fadcc9ef66 100644 --- a/sources/scala/io/Source.scala +++ b/sources/scala/io/Source.scala @@ -85,7 +85,7 @@ abstract class Source extends Iterator[Char] { /** default col increment for tabs '\t', set to 4 */ val tabinc = 4; - val iter: Iterator[Char]; + protected val iter: Iterator[Char]; /** returns next characters, updates positions and assigns the character * ch as side effect */ -- cgit v1.2.3