Skip to Content.
Sympa Menu

notify-dpml - r1894 - trunk/main/metro/part/src/main/net/dpml/runtime

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1894 - trunk/main/metro/part/src/main/net/dpml/runtime
  • Date: Mon, 12 Mar 2007 04:29:05 +0100

Author: mcconnell
Date: 2007-03-12 04:29:03 +0100 (Mon, 12 Mar 2007)
New Revision: 1894

Modified:
trunk/main/metro/part/src/main/net/dpml/runtime/ComponentStrategy.java
Log:
add javadoc

Modified:
trunk/main/metro/part/src/main/net/dpml/runtime/ComponentStrategy.java
===================================================================
--- trunk/main/metro/part/src/main/net/dpml/runtime/ComponentStrategy.java
2007-03-12 03:10:15 UTC (rev 1893)
+++ trunk/main/metro/part/src/main/net/dpml/runtime/ComponentStrategy.java
2007-03-12 03:29:03 UTC (rev 1894)
@@ -477,7 +477,7 @@
{
buffer.write( " priority=\"" + m_priority + "\"" );
}
- buffer.write( " type=\"" + classname + "\"" );
+ buffer.write( " class=\"" + classname + "\"" );
if( ( context.size() == 0 ) && ( parts.size() == 0 ) )
{
buffer.write( "/>" );




  • r1894 - trunk/main/metro/part/src/main/net/dpml/runtime, mcconnell at BerliOS, 03/11/2007

Archive powered by MHonArc 2.6.24.

Top of Page