You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ni...@apache.org on 2004/07/31 11:12:53 UTC

svn commit: rev 31032 - avalon/trunk/runtime/activation/impl/src/java/org/apache/avalon/activation/impl

Author: niclas
Date: Sat Jul 31 02:12:52 2004
New Revision: 31032

Modified:
   avalon/trunk/runtime/activation/impl/src/java/org/apache/avalon/activation/impl/DefaultServiceManager.java
Log:
For some reason, this file didn't get committed when all files had the svn:keywords property updated.

Modified: avalon/trunk/runtime/activation/impl/src/java/org/apache/avalon/activation/impl/DefaultServiceManager.java
==============================================================================
--- avalon/trunk/runtime/activation/impl/src/java/org/apache/avalon/activation/impl/DefaultServiceManager.java	(original)
+++ avalon/trunk/runtime/activation/impl/src/java/org/apache/avalon/activation/impl/DefaultServiceManager.java	Sat Jul 31 02:12:52 2004
@@ -76,7 +76,7 @@
     /**
      * Construct a new ServiceManager.
      * @param model component model of the component that is 
-     *   to be services
+     *   to be serviced.
      */
     public DefaultServiceManager( ComponentModel model )
     {
@@ -91,7 +91,7 @@
 
         m_map = new Hashtable();
         DependencyModel[] dependencies = model.getDependencyModels();
-        for( int i=0; i<dependencies.length; i++ )
+        for( int i=0; i < dependencies.length; i++ )
         {
             final DependencyModel dependency = dependencies[i];
             

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org