Skip to content

Commit e17baf7

Browse files
committed
style(AudioBridgeHandle): add ellipsis to class documentation comment- Append '...' to the end of the class summary comment to indicate that there is more information available.- Improve readability of the class documentation comment.
1 parent f795a18 commit e17baf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/kinsleykajiva/janus/client/handle/impl/AudioBridgeHandle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* A handle to interact with the Janus AudioBridge plugin. This class is the primary entry point for managing
2121
* audio conferences. It provides methods to send requests to the plugin (e.g., creating rooms, joining, muting)
22-
* and manages listeners for asynchronous events, abstracting the underlying JSON-based communication.
22+
* and manages listeners for asynchronous events, abstracting the underlying JSON-based communication...
2323
* It is thread-safe.
2424
*/
2525
public class AudioBridgeHandle extends JanusHandle {

0 commit comments

Comments
 (0)