From a260bbc2c59d6b75062a3062b156a4d40f1f0ea1 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Mon, 19 Oct 2015 20:50:47 +0200 Subject: [PATCH] Removed obsolete usage of {TYPE}.attempt from CMS_MODULE_COLLECTION. --- src/service/cms_module_collection.e | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/service/cms_module_collection.e b/src/service/cms_module_collection.e index 041a78b..8722038 100644 --- a/src/service/cms_module_collection.e +++ b/src/service/cms_module_collection.e @@ -1,5 +1,7 @@ note - description: "Collection of CMS modules." + description: "[ + Collection of CMS modules. + ]" date: "$Date: 2015-02-09 22:29:56 +0100 (lun., 09 févr. 2015) $" revision: "$Revision: 96596 $" @@ -38,7 +40,8 @@ feature -- Access -- Found elseif -- Hack: use conformance of type, and reverse conformance of type of type. - attached a_type.attempt (Result) and then attached l_type.generating_type.attempt (a_type) + attached a_type.attempted (Result) and then + attached l_type.generating_type.attempted (a_type) then -- Found else