Fix name.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@694258 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scr/src/main/java/org/apache/felix/scr/impl/ComponentFactoryImpl.java b/scr/src/main/java/org/apache/felix/scr/impl/ComponentFactoryImpl.java
index ffcca8a..966dd35 100644
--- a/scr/src/main/java/org/apache/felix/scr/impl/ComponentFactoryImpl.java
+++ b/scr/src/main/java/org/apache/felix/scr/impl/ComponentFactoryImpl.java
@@ -112,7 +112,7 @@
// descriptive service properties
props.put( Constants.SERVICE_DESCRIPTION, "ManagedServiceFactory for Factory Component"
+ getComponentMetadata().getName() );
- props.put( Constants.SERVICE_VENDOR, "Apache Software Foundation" );
+ props.put( Constants.SERVICE_VENDOR, "The Apache Software Foundation" );
return props;
}
@@ -184,7 +184,7 @@
* ComponentManager instances created by this method are not registered
* with the ComponentRegistry. Therefore, any configuration update to these
* components must be effected by this class !
- *
+ *
* @param configuration The (initial) configuration for the new
* component manager
* @param isNewInstance <code>true</code> if this component manager is