diff src/org/tn5250j/framework/tn5250/ScreenFields.java @ 69:294435151b0c tn5250

use 5250 encryption config entry
author Carl Byington <carl@five-ten-sg.com>
date Fri, 13 Jun 2014 19:06:01 -0700
parents e8d2a24e85c6
children 77ac18bc1b2f
line wrap: on
line diff
--- a/src/org/tn5250j/framework/tn5250/ScreenFields.java	Fri Jun 13 16:24:59 2014 -0700
+++ b/src/org/tn5250j/framework/tn5250/ScreenFields.java	Fri Jun 13 19:06:01 2014 -0700
@@ -427,7 +427,7 @@
 
    public void gotoFieldNext() {
 
-      // sanity check - we where getting null pointers after a restore of screen
+      // sanity check - we were getting null pointers after a restore of screen
       //   and cursor was not positioned on a field when returned
       //   *** Note *** to myself
       //   maybe this is fixed I will have to check this some time