|
From: Dave B. <bla...@us...> - 2012-05-25 11:02:06
|
Update of /cvsroot/sblim/jsr48-client/src/javax/wbem/client In directory vz-cvs-3.sog:/tmp/cvs-serv23931/src/javax/wbem/client Modified Files: WBEMClient.java Log Message: 3525657 - Sync up javax.* javadoc with JSR48 1.0.0 Final III Index: WBEMClient.java =================================================================== RCS file: /cvsroot/sblim/jsr48-client/src/javax/wbem/client/WBEMClient.java,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- WBEMClient.java 9 May 2012 14:26:52 -0000 1.20 +++ WBEMClient.java 25 May 2012 11:02:02 -0000 1.21 @@ -30,6 +30,7 @@ * 3514537 2012-04-03 blaschke-oss TCK: execQueryInstances requires boolean, not Boolean * 3521131 2012-04-24 blaschke-oss Sync up javax.* javadoc with JSR48 1.0.0 Final II * 3521328 2012-04-25 blaschke-oss JSR48 1.0.0: remove WBEMClient associators and references + * 3525657 2012-05-10 blaschke-oss Sync up javax.* javadoc with JSR48 1.0.0 Final III */ package javax.wbem.client; @@ -1690,10 +1691,12 @@ * An array of property names used to specify which values from * the <code>CIMInstance</code> specified to set. Properties not * specified in this list but set in the <code>CIMInstance</code> - * specified are not modified. Duplicate and invalid property - * names are ignored and the request is otherwise processed - * normally. An empty array indicates that no properties should - * be modified. A <code>null</code> value indicates that all + * specified are not modified. Duplicate property names are + * ignored and the request is otherwise processed normally. If + * the <code>pPropertyList</code> contains invalid property names + * for the instance to be modified, the server shall reject the + * request. An empty array indicates that no properties should be + * modified. A <code>null</code> value indicates that all * properties should be modified. * @throws WBEMException * If unsuccessful, one of the following status codes must be |