range: make IteratorRange private
authorChristopheGIGAX <christophe.gigax@viacesi.fr>
Tue, 28 Jan 2014 16:39:40 +0000 (11:39 -0500)
committerJean Privat <jean@pryen.org>
Fri, 7 Feb 2014 18:00:31 +0000 (13:00 -0500)
signed-off-by: Christophe GIGAX <chrisophe.gigax@viacesi.fr>

lib/standard/collection/range.nit

index eb3aef3..818813a 100644 (file)
@@ -73,7 +73,7 @@ class Range[E: Discrete]
        end
 end
 
-class IteratorRange[E: Discrete]
+private class IteratorRange[E: Discrete]
        # Iterator on ranges.
        super Iterator[E]
        var _range: Range[E]