Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
slabajo committed Sep 18, 2024
1 parent 5c0f36d commit 760340c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public T build(Transaction transaction) {

/**
* Builds an object asynchronously using the builder design pattern.
* <p/>
* <p>
* The continuation will have {@link Continuation#onSuccess} called when the object is ready, or
* {@link Continuation#onError} if an error occurs
*
Expand Down
2 changes: 1 addition & 1 deletion server/module-core/src/server/interface/core.kmd.json
Original file line number Diff line number Diff line change
Expand Up @@ -2355,7 +2355,7 @@ Pipeline, towards the associated producer. Only valid for video consumers.
"properties": [
{
"name": "name",
"doc": "Name of the codec. Must follow this format: <code>encoding name/clock rate[encoding parameters]<code>",
"doc": "Name of the codec. Must follow this format: <code>encoding name/clock rate[encoding parameters]</code>",
"type": "String",
"optional": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<li><code>rtsp://host</code></li>
<li>
<code>
rtsp://username:password&#64;host:port/path/to/file?key=value&key=value
rtsp://username:password&#64;host:port/path/to/file?key=value&amp;key=value
</code>
</li>
</ul>
Expand Down

0 comments on commit 760340c

Please sign in to comment.