Refine previous fix for #8866
This commit is contained in:
@@ -49,8 +49,8 @@ public:
|
||||
|
||||
|
||||
/** Base class of all factories
|
||||
* This class has the purpose to produce a runtime instance
|
||||
* of classes unknown at compile time. It holds a map of so called
|
||||
* This class has the purpose to produce instances of classes at runtime
|
||||
* that are unknown at compile time. It holds a map of so called
|
||||
* producers which are able to produce an instance of a special class.
|
||||
* Producer can be registered at runtime through e.g. application modules
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user