Skip to content

Commit 019b7e3

Browse files
authored
Changed multiplexing transport comment
1 parent 4263ddb commit 019b7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdl_android_lib/src/com/smartdevicelink/transport/MultiplexTransport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
public class MultiplexTransport extends SdlTransport{
1717
private final static String TAG = "Multiplex Transport";
18-
private String sComment = "I'm_a_little_teapot";
18+
private String sComment = "Multiplexing";
1919

2020
TransportBrokerThread brokerThread;
2121
protected boolean isDisconnecting = false;

0 commit comments

Comments
 (0)