changeset 136:398503d13f35

read deployment.connections on startup for new host entries
author Carl Byington <carl@five-ten-sg.com>
date Thu, 19 Jun 2014 15:59:57 -0700
parents e251b3b679c3
children 37665a94fc39
files src/com/five_ten_sg/connectbot/HostListActivity.java
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/com/five_ten_sg/connectbot/HostListActivity.java	Thu Jun 19 15:58:55 2014 -0700
+++ b/src/com/five_ten_sg/connectbot/HostListActivity.java	Thu Jun 19 15:59:57 2014 -0700
@@ -26,6 +26,7 @@
 import com.five_ten_sg.connectbot.util.PreferenceConstants;
 
 import java.io.BufferedReader;
+import java.io.FileReader;
 import java.io.File;
 import java.util.List;