--- trunk/OOPSE-4/src/utils/GenericFactory.hpp 2004/10/24 07:55:48 1641 +++ trunk/OOPSE-4/src/utils/GenericFactory.hpp 2004/10/25 04:08:14 1642 @@ -130,7 +130,7 @@ class GenericFactory { * corresponding creator for the type identifier and returns its result. * @return a pointer of the concrete object, return NULL if no creator is registed for * creating this concrete object - * @id the identification of the concrete object + * @param id the identification of the concrete object */ Object* createObject(const IdentType& id) { typename CreatorMapType::iterator i = creatorMap_.find(id);