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