Skip to Content.
Sympa Menu

notify-dpml - r1915 - 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: r1915 - trunk/main/metro/part/src/main/net/dpml/runtime
  • Date: Sat, 17 Mar 2007 17:16:44 +0100

Author: mcconnell
Date: 2007-03-17 17:16:43 +0100 (Sat, 17 Mar 2007)
New Revision: 1915

Modified:
trunk/main/metro/part/src/main/net/dpml/runtime/PartsInvocationHandler.java
Log:
housekeeping

Modified:
trunk/main/metro/part/src/main/net/dpml/runtime/PartsInvocationHandler.java
===================================================================
---
trunk/main/metro/part/src/main/net/dpml/runtime/PartsInvocationHandler.java
2007-03-17 14:23:48 UTC (rev 1914)
+++
trunk/main/metro/part/src/main/net/dpml/runtime/PartsInvocationHandler.java
2007-03-17 16:16:43 UTC (rev 1915)
@@ -201,11 +201,11 @@
{
if( null == args )
{
- throw new NullPointerException( "args" ); // will not happen
+ throw new NullPointerException( "args/1" ); // will not happen
}
else if( args.length == 0 )
{
- throw new IllegalArgumentException( "args" ); // will not happen
+ throw new IllegalArgumentException( "args/2" ); // will not
happen
}
else
{




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

Archive powered by MHonArc 2.6.24.

Top of Page