Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2995 - development/main/metro/composition/control/src/main/net/dpml/composition/runtime

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT dpml.net
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2995 - development/main/metro/composition/control/src/main/net/dpml/composition/runtime
  • Date: Wed, 06 Jul 2005 20:54:02 -0400

Author: mcconnell AT dpml.net
Date: Wed Jul 6 20:54:02 2005
New Revision: 2995

Modified:

development/main/metro/composition/control/src/main/net/dpml/composition/runtime/DependencyGraph.java
Log:
javadoc errors

Modified:
development/main/metro/composition/control/src/main/net/dpml/composition/runtime/DependencyGraph.java
==============================================================================
---
development/main/metro/composition/control/src/main/net/dpml/composition/runtime/DependencyGraph.java
(original)
+++
development/main/metro/composition/control/src/main/net/dpml/composition/runtime/DependencyGraph.java
Wed Jul 6 20:54:02 2005
@@ -162,7 +162,7 @@
/**
* Get the serilized graph of instances that use services of the
specified component.
*
- * @param component the provider component
+ * @param provider the provider component
* @return the ordered list of consumer components
*/
public Component[] getConsumerGraph( final Component provider )
@@ -188,7 +188,7 @@
* Get the serilized graph of istances that provide
* specified component with services.
*
- * @param component the consumer
+ * @param consumer the consumer component
* @return the ordered list of providers
*/
public Component[] getProviderGraph( final Component consumer )



  • svn commit: r2995 - development/main/metro/composition/control/src/main/net/dpml/composition/runtime, mcconnell, 07/06/2005

Archive powered by MHonArc 2.6.24.

Top of Page