changeset 122:52b1d0ee27b1

add more 5250 config items
author Carl Byington <carl@five-ten-sg.com>
date Wed, 18 Jun 2014 19:00:34 -0700
parents 477cca1e0c15
children 446dbcf606eb
files src/com/five_ten_sg/connectbot/bean/HostBean.java
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/src/com/five_ten_sg/connectbot/bean/HostBean.java	Wed Jun 18 19:00:05 2014 -0700
+++ b/src/com/five_ten_sg/connectbot/bean/HostBean.java	Wed Jun 18 19:00:34 2014 -0700
@@ -322,14 +322,6 @@
         this.program = program;
     }
 
-    public String getxxx() {
-        return this.xxx;
-    }
-
-    public void setxxx(String xxx) {
-        this.xxx = xxx;
-    }
-
     @Override
     public ContentValues getValues() {
         ContentValues values = new ContentValues();