pnever 02/05/21 02:04:31
Modified: src/share/org/apache/slide/content NodeProperty.java
Log:
Catch NPE if StandardLivePropertiesClass parameter missing
Revision Changes Path
1.15 +5 -5
jakarta-slide/src/share/org/apache/slide/content/NodeProperty.java
Index: NodeProperty.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/src/share/org/apache/slide/content/NodeProperty.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- NodeProperty.java 17 May 2002 15:50:49 -0000 1.14
+++ NodeProperty.java 21 May 2002 09:04:31 -0000 1.15
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-slide/src/share/org/apache/slide/content/NodeProperty.java,v 1.14
2002/05/17 15:50:49 pnever Exp $
- * $Revision: 1.14 $
- * $Date: 2002/05/17 15:50:49 $
+ * $Header:
/home/cvs/jakarta-slide/src/share/org/apache/slide/content/NodeProperty.java,v 1.15
2002/05/21 09:04:31 pnever Exp $
+ * $Revision: 1.15 $
+ * $Date: 2002/05/21 09:04:31 $
*
* ====================================================================
*
@@ -80,7 +80,7 @@
* Node property class
*
* @author <a href="mailto:[EMAIL PROTECTED]">Remy Maucherat</a>
- * @version $Revision: 1.14 $
+ * @version $Revision: 1.15 $
*/
public final class NodeProperty implements Serializable, Cloneable {
@@ -107,7 +107,7 @@
allComputedProperties = (Set)cp.invoke( null, new Object[]{} ); //
obj=null since method is static
}
catch( Exception x ) {
- Domain.warn( "Loading of standard live properties failed:
"+x.getMessage() );
+ Domain.warn( "Loading of standard live properties class failed:
"+x.getMessage() );
}
if( allLiveProperties == null ) allLiveProperties =
Collections.EMPTY_SET;
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>