> +import org.jclouds.json.config.GsonModule; > +import org.jclouds.openstack.poppy.v1.domain.Service; > +import org.jclouds.rest.MapBinder; > +import org.jclouds.rest.binders.BindToJsonPayload; > + > +import com.fasterxml.jackson.databind.ObjectMapper; > +import com.github.fge.jsonpatch.diff.JsonDiff; > +import com.google.inject.Guice; > +import com.google.inject.Inject; > + > +/** > + * This will create a JSONPatch out of a Service and an UpdateService. > + * > + * User side: > + * Get a Service with api.get(service_id) > + * Get a UpdateService builder by using Service.toUpdatabaleService()
typo --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/179/files#r25956551
