Mercurial > 510Connectbot
diff src/com/five_ten_sg/connectbot/transport/Telnet.java @ 11:f3b3bbd227b8 tn5250
adding tn5250 files
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 22 May 2014 18:26:27 -0700 |
parents | 0ce5cc452d02 |
children | 6aaefb22d876 |
line wrap: on
line diff
--- a/src/com/five_ten_sg/connectbot/transport/Telnet.java Thu May 22 16:11:14 2014 -0700 +++ b/src/com/five_ten_sg/connectbot/transport/Telnet.java Thu May 22 18:26:27 2014 -0700 @@ -33,6 +33,7 @@ import com.five_ten_sg.connectbot.service.TerminalBridge; import com.five_ten_sg.connectbot.service.TerminalManager; import com.five_ten_sg.connectbot.util.HostDatabase; + import android.content.Context; import android.net.Uri; import android.util.Log; @@ -342,9 +343,6 @@ context.getString(R.string.format_port)); } - /* (non-Javadoc) - * @see com.five_ten_sg.connectbot.transport.AbsTransport#usesNetwork() - */ @Override public boolean usesNetwork() { return true;