We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4263ddb commit 019b7e3Copy full SHA for 019b7e3
sdl_android_lib/src/com/smartdevicelink/transport/MultiplexTransport.java
@@ -15,7 +15,7 @@
15
16
public class MultiplexTransport extends SdlTransport{
17
private final static String TAG = "Multiplex Transport";
18
- private String sComment = "I'm_a_little_teapot";
+ private String sComment = "Multiplexing";
19
20
TransportBrokerThread brokerThread;
21
protected boolean isDisconnecting = false;
0 commit comments