Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2242 - development/main/metro/meta/api/src/main/net/dpml/meta/info

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: r2242 - development/main/metro/meta/api/src/main/net/dpml/meta/info
  • Date: Thu, 07 Apr 2005 20:46:51 -0400

Author: mcconnell AT dpml.net
Date: Thu Apr 7 20:46:48 2005
New Revision: 2242

Modified:

development/main/metro/meta/api/src/main/net/dpml/meta/info/ContextDescriptor.java
Log:
missing update required by composition/builder

Modified:
development/main/metro/meta/api/src/main/net/dpml/meta/info/ContextDescriptor.java
==============================================================================
---
development/main/metro/meta/api/src/main/net/dpml/meta/info/ContextDescriptor.java
(original)
+++
development/main/metro/meta/api/src/main/net/dpml/meta/info/ContextDescriptor.java
Thu Apr 7 20:46:48 2005
@@ -91,6 +91,15 @@

/**
* Create a descriptor without attributes.
+ * @param entries the set of entries required within the context
+ */
+ public ContextDescriptor( final EntryDescriptor[] entries )
+ {
+ this( null, entries, null );
+ }
+
+ /**
+ * Create a descriptor without attributes.
* @param classname the classname of a castable interface
* @param entries the set of entries required within the context
*/



  • svn commit: r2242 - development/main/metro/meta/api/src/main/net/dpml/meta/info, mcconnell, 04/07/2005

Archive powered by MHonArc 2.6.24.

Top of Page