Skip to content

Commit

Permalink
Merge pull request #27394 from IgnasiCR/feature/fix-doc-restJson
Browse files Browse the repository at this point in the history
Fix rest-json.adoc
  • Loading branch information
gsmet authored Aug 20, 2022
2 parents 85c48f4 + 75c1c08 commit 386de65
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/src/main/asciidoc/rest-json.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -420,16 +420,11 @@ import java.util.Collections;
import java.util.LinkedHashSet;
import java.util.Set;
import javax.ws.rs.Consumes;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
@Path("/legumes")
@Produces(MediaType.APPLICATION_JSON)
@Consumes(MediaType.APPLICATION_JSON)
public class LegumeResource {
private Set<Legume> legumes = Collections.synchronizedSet(new LinkedHashSet<>());
Expand Down

0 comments on commit 386de65

Please sign in to comment.