comparison src/org/tn5250j/framework/tn5250/tnvt.java @ 307:071eccdff8ea ganymed

fix java formatting
author Carl Byington <carl@five-ten-sg.com>
date Wed, 30 Jul 2014 14:16:58 -0700
parents 8a6c7c7ffe0d
children 29076621bab0
comparison
equal deleted inserted replaced
305:d2b303406d63 307:071eccdff8ea
241 Log.i(TAG, " socks set "); 241 Log.i(TAG, " socks set ");
242 } 242 }
243 243
244 private String fixer(String value, String def) { 244 private String fixer(String value, String def) {
245 if ((value == null) || (value.length() == 0)) return def; 245 if ((value == null) || (value.length() == 0)) return def;
246
246 return value; 247 return value;
247 } 248 }
248 249
249 public final boolean connect(HostBean host, String homeDirectory, vt320 buffer) { 250 public final boolean connect(HostBean host, String homeDirectory, vt320 buffer) {
250 try { 251 try {
1107 if (cursorOn && !screen52.getOIA().isKeyBoardLocked()) { 1108 if (cursorOn && !screen52.getOIA().isKeyBoardLocked()) {
1108 screen52.setCursorActive(true); 1109 screen52.setCursorActive(true);
1109 cursorOn = false; 1110 cursorOn = false;
1110 buffer.testChanged(); 1111 buffer.testChanged();
1111 } 1112 }
1112
1113 } 1113 }
1114 } 1114 }
1115 1115
1116 public void dumpStuff() { 1116 public void dumpStuff() {
1117 Log.d(TAG, " Pending unlock " + pendingUnlock); 1117 Log.d(TAG, " Pending unlock " + pendingUnlock);