Author: cziegeler
Date: Thu Sep 11 07:09:49 2008
New Revision: 694258

URL: http://svn.apache.org/viewvc?rev=694258&view=rev
Log:
Fix name.

Modified:
    
felix/trunk/scr/src/main/java/org/apache/felix/scr/impl/ComponentFactoryImpl.java

Modified: 
felix/trunk/scr/src/main/java/org/apache/felix/scr/impl/ComponentFactoryImpl.java
URL: 
http://svn.apache.org/viewvc/felix/trunk/scr/src/main/java/org/apache/felix/scr/impl/ComponentFactoryImpl.java?rev=694258&r1=694257&r2=694258&view=diff
==============================================================================
--- 
felix/trunk/scr/src/main/java/org/apache/felix/scr/impl/ComponentFactoryImpl.java
 (original)
+++ 
felix/trunk/scr/src/main/java/org/apache/felix/scr/impl/ComponentFactoryImpl.java
 Thu Sep 11 07:09:49 2008
@@ -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


Reply via email to