Github user ivanjunckes commented on a diff in the pull request:

    https://github.com/apache/tomee/pull/340#discussion_r244725387
  
    --- Diff: 
examples/mp-openapi/src/main/java/org/superbiz/openapi/WeatherService.java ---
    @@ -0,0 +1,52 @@
    +package org.superbiz.openapi;
    +
    +
    +
    +import javax.enterprise.context.ApplicationScoped;
    +
    +import javax.ws.rs.GET;
    +import javax.ws.rs.Path;
    +import javax.ws.rs.PathParam;
    +import javax.ws.rs.core.Response;
    +
    +import org.eclipse.microprofile.openapi.annotations.Operation;
    +import org.eclipse.microprofile.openapi.annotations.parameters.Parameter;
    +import org.eclipse.microprofile.openapi.annotations.responses.APIResponse;
    +import org.eclipse.microprofile.openapi.annotations.media.Content;
    +import org.eclipse.microprofile.openapi.annotations.media.Schema;
    +
    --- End diff --
    
    Can you be careful formatting the class? There are a lot of unnecessary 
spaces.


---

Reply via email to