Skip to content

Commit

Permalink
Update random-eip.adoc (#13589)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarlett committed Mar 22, 2024
1 parent 2e25f29 commit 437adee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Java::
[source,java]
----
from("direct:start")
.loadBalance().ramdom()
.loadBalance().random()
.to("seda:x")
.to("seda:y")
.to("seda:z")
Expand All @@ -48,7 +48,7 @@ XML::
<route>
<from uri="direct:start"/>
<loadBalance>
<ramdom/>
<random/>
<to uri="seda:x"/>
<to uri="seda:y"/>
<to uri="seda:z"/>
Expand Down

0 comments on commit 437adee

Please sign in to comment.