> @@ -184,7 +189,7 @@ boolean deleteMetadata(@PathParam("objectName") String > objectName, > @BinderParam(BindRemoveObjectMetadataToHeaders.class) Map<String, > String> metadata); > > /** > - * Deletes a object, if present. > + * Delete an object, if present.
Use 3rd person rather than 2nd person style, as per the [Javadoc style guide](http://www.oracle.com/technetwork/java/javase/documentation/index-137868.html)? "Use 3rd person (descriptive) not 2nd person (prescriptive). The description is in 3rd person declarative rather than 2nd person imperative. * Gets the label. (preferred) * Get the label. (avoid)" I.e. revert this change? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/73/files#r8709729