> + * KIND, either express or implied.  See the License for the
> + * specific language governing permissions and limitations
> + * under the License.
> + */
> +package org.jclouds.openstack.neutron.v2_0.domain;
> +
> +/**
> + * This is used for empty responses
> + *
> + * @author Nick Livens
> + */
> +public class EmptyObject {
> +
> +    public static void main(String[] args) {
> +
> +    }

It was a return type for one method, but I'll just return Object instead of 
that EmptyObject then.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/44/files#r7304326

Reply via email to