From: Dave B. <bla...@us...> - 2011-06-04 10:14:28
|
Update of /cvsroot/sblim/jsr48-client/src/org/sblim/cimclient/internal/cimxml In directory vz-cvs-3.sog:/tmp/cvs-serv32356/src/org/sblim/cimclient/internal/cimxml Modified Files: CIMXMLBuilderImpl.java Log Message: 3304058 - Use same date format in change history Index: CIMXMLBuilderImpl.java =================================================================== RCS file: /cvsroot/sblim/jsr48-client/src/org/sblim/cimclient/internal/cimxml/CIMXMLBuilderImpl.java,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- CIMXMLBuilderImpl.java 14 Jun 2010 20:00:46 -0000 1.33 +++ CIMXMLBuilderImpl.java 4 Jun 2011 10:14:26 -0000 1.34 @@ -1,7 +1,7 @@ /** * CIMXMLBuilderImpl.java * - * (C) Copyright IBM Corp. 2005, 2010 + * (C) Copyright IBM Corp. 2005, 2011 * * THIS FILE IS PROVIDED UNDER THE TERMS OF THE ECLIPSE PUBLIC LICENSE * ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE @@ -17,11 +17,11 @@ * Change History * Flag Date Prog Description *------------------------------------------------------------------------------ - * 16627 04/01/2005 thschaef Correct instantiation for Uint64 - * 17459 06/24/2005 thschaef catch null within createMethod method - * 17459 06/27/2005 thschaef further improvement to createMethod() + * 16627 2005-04-01 thschaef Correct instantiation for Uint64 + * 17459 2005-06-24 thschaef catch null within createMethod method + * 17459 2005-06-27 thschaef further improvement to createMethod() * 1535756 2006-08-07 lupusalex Make code warning free - * 1610046 07/12/2006 ebak Does not escape trailing spaces KEYVALUE + * 1610046 2006-07-12 ebak Does not escape trailing spaces KEYVALUE * 1631407 2007-01-11 lupusalex VALUE.REFERENCE doesn't handle references without namespace * 1656285 2007-02-12 ebak IndicationHandler does not accept non-Integer message ID * 1671505 2007-02-28 lupusalex Wrong escaping of spaces in XML (Undo 1610046) @@ -47,6 +47,7 @@ * 2957387 2010-03-03 blaschke-oss EmbededObject XML attribute must not be all uppercases * 2970881 2010-03-15 blaschke-oss Add property to control EmbeddedObject case * 3001333 2010-05-19 blaschke-oss CIMMethod class ignores propagated parameter + * 3304058 2011-05-20 blaschke-oss Use same date format in change history */ package org.sblim.cimclient.internal.cimxml; |