From a86660afdfe2ca61479c5ebb8cfcda69afeb1094 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Sat, 28 Nov 2015 20:12:56 -0500 Subject: [PATCH] core/text: Text::substrings is private Signed-off-by: Jean Privat --- lib/core/text/abstract_text.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/text/abstract_text.nit b/lib/core/text/abstract_text.nit index 64c22c0..e114d35 100644 --- a/lib/core/text/abstract_text.nit +++ b/lib/core/text/abstract_text.nit @@ -68,7 +68,7 @@ abstract class Text fun substring(from: Int, count: Int): SELFTYPE is abstract # Iterates on the substrings of self if any - fun substrings: Iterator[FlatText] is abstract + private fun substrings: Iterator[FlatText] is abstract # Is the current Text empty (== "") # -- 1.7.9.5