Skip to content

Commit

Permalink
Merge pull request #43962 from gastaldi/doc_fix
Browse files Browse the repository at this point in the history
Fix typo in rest-client doc
  • Loading branch information
gastaldi authored Oct 18, 2024
2 parents d368f3b + 1f14400 commit 1961df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/rest-client.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ package org.acme.rest.client;
import org.eclipse.microprofile.rest.client.inject.RegisterRestClient;
import org.jboss.resteasy.reactive.RestForm;
import jakarta.ws.rs.PORT;
import jakarta.ws.rs.POST;
import jakarta.ws.rs.Path;
import jakarta.ws.rs.Consumes;
import jakarta.ws.rs.FormParam;
Expand Down

0 comments on commit 1961df9

Please sign in to comment.