Skip to content

Commit 0d570a2

Browse files
authored
Add small doc comment for TransportType Enum(#7994)
1 parent 4fe4295 commit 0d570a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/TransportEnum.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
package com.microsoft.signalr;
55

6+
/**
7+
* Used to specify the transport the client will use.
8+
*/
69
public enum TransportEnum {
710
ALL,
811
WEBSOCKETS,

0 commit comments

Comments
 (0)