Skip to content

Commit

Permalink
Fix code example annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
mkutz committed Oct 10, 2024
1 parent 54882d0 commit 80c4415
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manual/src/docs/asciidoc/chapters/02-http.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ You can create a stubbing via the link:{javadoc-url}/http/org/stubit/http/Stubbi
----
include::../../../test/java/examples/java/HttpDocTest.java[tag=create-stubbing]
----
<1> Specifies the path for the stubbing.
<2> Specifies the method.
<3> Specifies the response that will be returned.

[source,kotlin,indent=0,role="secondary"]
.Kotlin
----
Expand Down

0 comments on commit 80c4415

Please sign in to comment.