> + * KIND, either express or implied. See the License for the > + * specific language governing permissions and limitations > + * under the License. > + */ > +package org.jclouds.openstack.cinder.v1.domain; > + > +import com.google.common.base.Objects; > + > +import java.beans.ConstructorProperties; > + > +import static com.google.common.base.Preconditions.checkNotNull; > + > +/** > + * @author Inbar Stolberg > + * Date: 8/7/13 > + * Time: 11:55 AM
fixed --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/178/files#r6962913
