Skip to Content.
Sympa Menu

notify-dpml - r1659 - trunk/main/metro/runtime/src/main/net/dpml/metro/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: r1659 - trunk/main/metro/runtime/src/main/net/dpml/metro/runtime
  • Date: Mon, 24 Jul 2006 22:09:06 +0200

Author: mcconnell
Date: 2006-07-24 22:08:23 +0200 (Mon, 24 Jul 2006)
New Revision: 1659

Modified:

trunk/main/metro/runtime/src/main/net/dpml/metro/runtime/CompositionClassLoader.java
Log:
housekeeping

Modified:
trunk/main/metro/runtime/src/main/net/dpml/metro/runtime/CompositionClassLoader.java
===================================================================
---
trunk/main/metro/runtime/src/main/net/dpml/metro/runtime/CompositionClassLoader.java
2006-07-24 18:56:32 UTC (rev 1658)
+++
trunk/main/metro/runtime/src/main/net/dpml/metro/runtime/CompositionClassLoader.java
2006-07-24 20:08:23 UTC (rev 1659)
@@ -191,9 +191,9 @@
{
int id = System.identityHashCode( classloader );
StringBuffer buffer = new StringBuffer();
- buffer.append( "created new " );
+ buffer.append( "new " );
buffer.append( category.toString() );
- buffer.append( " interception classloader for " + label );
+ buffer.append( " INTERCEPTION classloader for " + label );
buffer.append( "\n id: " + id );
ClassLoader interceptor =
classloader.getInterceptionClassLoader();
int iid = System.identityHashCode( interceptor );




  • r1659 - trunk/main/metro/runtime/src/main/net/dpml/metro/runtime, mcconnell at BerliOS, 07/24/2006

Archive powered by MHonArc 2.6.24.

Top of Page