diff src/org/tn5250j/framework/tn5250/KeyStrokenizer.java @ 27:b29b39f386a4 tn5250

adding tn5250 files, native android logging
author Carl Byington <carl@five-ten-sg.com>
date Tue, 03 Jun 2014 12:29:12 -0700
parents 5949eb469a79
children 1e931ef5f776
line wrap: on
line diff
--- a/src/org/tn5250j/framework/tn5250/KeyStrokenizer.java	Tue Jun 03 12:16:46 2014 -0700
+++ b/src/org/tn5250j/framework/tn5250/KeyStrokenizer.java	Tue Jun 03 12:29:12 2014 -0700
@@ -26,14 +26,14 @@
 
 
 public class KeyStrokenizer {
-
+    private static final String TAG = "KeyStrokenizer";
    private StringBuffer keyStrokes;
    private StringBuffer sb;
    private int index;
    private int length;
-	
+
 
-   
+
    public KeyStrokenizer() {
 
       sb = new StringBuffer();