Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1921 - in development/main/metro: activation/api/src/main/net/dpml/activation meta/tools/src/main/net/dpml/meta/info/tags

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: tobias.wolf5 AT freenet.de
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1921 - in development/main/metro: activation/api/src/main/net/dpml/activation meta/tools/src/main/net/dpml/meta/info/tags
  • Date: Tue, 01 Mar 2005 17:03:36 +0100

Author: tobias.wolf5 AT freenet.de
Date: Tue Mar 1 17:03:35 2005
New Revision: 1921

Modified:

development/main/metro/activation/api/src/main/net/dpml/activation/ComponentFactory.java

development/main/metro/meta/tools/src/main/net/dpml/meta/info/tags/Tags.java
Log:
only typo corrections

Modified:
development/main/metro/activation/api/src/main/net/dpml/activation/ComponentFactory.java
==============================================================================
---
development/main/metro/activation/api/src/main/net/dpml/activation/ComponentFactory.java
(original)
+++
development/main/metro/activation/api/src/main/net/dpml/activation/ComponentFactory.java
Tue Mar 1 17:03:35 2005
@@ -20,7 +20,7 @@

/**
* A factory that provides object instantiation. A instance factory will
- * typically encapsulate component constuction semantic, lifecycle processing
+ * typically encapsulate component construction semantic, lifecycle
processing
* and end-of-life processing.
*
* @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
@@ -33,7 +33,7 @@
* @return the new instance
*/
Object incarnate() throws Exception;
-
+
/**
* Termination of the instance including all end-of-life processing.
* @param instance the component instance

Modified:
development/main/metro/meta/tools/src/main/net/dpml/meta/info/tags/Tags.java
==============================================================================
---
development/main/metro/meta/tools/src/main/net/dpml/meta/info/tags/Tags.java
(original)
+++
development/main/metro/meta/tools/src/main/net/dpml/meta/info/tags/Tags.java
Tue Mar 1 17:03:35 2005
@@ -28,12 +28,12 @@
public interface Tags
{
/**
- * The defalt namespace for tags related to the meta package.
+ * The default namespace for tags related to the meta package.
*/
public static final String METRO = "metro";

/**
- * The defalt namespace for tags related to the meta package.
+ * The default namespace for tags related to the meta package.
*/
public static final String AVALON = "avalon";




  • svn commit: r1921 - in development/main/metro: activation/api/src/main/net/dpml/activation meta/tools/src/main/net/dpml/meta/info/tags, tobias . wolf5, 03/01/2005

Archive powered by MHonArc 2.6.24.

Top of Page