Update of /cvsroot/sblim/jsr48-client/src/javax/cim
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13175/src/javax/cim
Modified Files:
Tag: Experimental
CIMDateTimeInterval.java
Log Message:
2674 Null pointer exception in CIMDateTime(String)
Index: CIMDateTimeInterval.java
===================================================================
RCS file: /cvsroot/sblim/jsr48-client/src/javax/cim/CIMDateTimeInterval.java,v
retrieving revision 1.5.2.20
retrieving revision 1.5.2.21
diff -u -d -r1.5.2.20 -r1.5.2.21
--- CIMDateTimeInterval.java 26 Sep 2013 23:23:56 -0000 1.5.2.20
+++ CIMDateTimeInterval.java 11 Oct 2013 10:12:42 -0000 1.5.2.21
@@ -1,5 +1,5 @@
/**
- * (C) Copyright IBM Corp. 2006, 2012
+ * (C) Copyright IBM Corp. 2006, 2013
*
* THIS FILE IS PROVIDED UNDER THE TERMS OF THE ECLIPSE PUBLIC LICENSE
* ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE
|