Index: webrtc/examples/androidapp/src/org/appspot/apprtc/TCPChannelClient.java |
diff --git a/webrtc/examples/androidapp/src/org/appspot/apprtc/TCPChannelClient.java b/webrtc/examples/androidapp/src/org/appspot/apprtc/TCPChannelClient.java |
index 7e09c9b3b3844a7d05021342de2d0b62d944761f..019a99665cecd9b5359a92b939dfc80357f64738 100644 |
--- a/webrtc/examples/androidapp/src/org/appspot/apprtc/TCPChannelClient.java |
+++ b/webrtc/examples/androidapp/src/org/appspot/apprtc/TCPChannelClient.java |
@@ -116,7 +116,6 @@ public class TCPChannelClient { |
}); |
} |
- |
/** |
* Base class for server and client sockets. Contains a listening thread that will call |
* eventListener.onTCPMessage on new messages. |