You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2008/02/27 00:13:06 UTC

svn commit: r631424 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/AxisDescription.java

Author: dims
Date: Tue Feb 26 15:12:54 2008
New Revision: 631424

URL: http://svn.apache.org/viewvc?rev=631424&view=rev
Log:
one more build break in scripting this time

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/AxisDescription.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/AxisDescription.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/AxisDescription.java?rev=631424&r1=631423&r2=631424&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/AxisDescription.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/AxisDescription.java Tue Feb 26 15:12:54 2008
@@ -238,6 +238,10 @@
     }
 
     public AxisDescription getChild(Object key) {
+        if(key == null) {
+            // FIXME: Why are folks sending in null?
+            return null;
+        }
         return (AxisDescription) children.get(key);
     }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org