Commit c7024c7e by Tuomas Riihimäki

Whoops

1 parent c98a3433
...@@ -17,8 +17,7 @@ import fi.codecrew.moya.rest.v2.pojo.ProductPojo; ...@@ -17,8 +17,7 @@ import fi.codecrew.moya.rest.v2.pojo.ProductPojo;
@RequestScoped @RequestScoped
@Path("/v2/product") @Path("/v2/product")
@Api(value = "/v2/user", description = "Product operations") @Api(value = "/v2/product", description = "Product operations")
public class ProductRestView { public class ProductRestView {
@EJB @EJB
......
...@@ -10,9 +10,6 @@ import com.wordnik.swagger.annotations.ApiModel; ...@@ -10,9 +10,6 @@ import com.wordnik.swagger.annotations.ApiModel;
import fi.codecrew.moya.model.Product; import fi.codecrew.moya.model.Product;
/**
* Created by jkj on 2015-05-31.
*/
@XmlRootElement() @XmlRootElement()
@ApiModel(description = "Product") @ApiModel(description = "Product")
public class ProductPojo { public class ProductPojo {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!