tn5250j/src/org/tn5250j/tools FTP5250Prot.java,1.7,1.8 LoadMacroMenu.java,1.7,1.8

[email protected]
Newsgroups gmane.comp.java.tn5250j.cvs
Message-ID <[email protected]>
Update of /cvsroot/tn5250j/tn5250j/src/org/tn5250j/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv10865/src/org/tn5250j/tools

Modified Files:
	FTP5250Prot.java LoadMacroMenu.java 
Log Message:
Fix for static related errors

Index: FTP5250Prot.java
===================================================================
RCS file: /cvsroot/tn5250j/tn5250j/src/org/tn5250j/tools/FTP5250Prot.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** FTP5250Prot.java	17 Jun 2003 06:24:16 -0000	1.7
--- FTP5250Prot.java	11 Nov 2003 14:37:00 -0000	1.8
***************
*** 37,41 ****
  import org.tn5250j.event.*;
  import org.tn5250j.tools.filters.*;
- import org.tn5250j.tools.LangTool;
  
  public class FTP5250Prot {
--- 37,40 ----
***************
*** 888,892 ****
                          fireStatusEvent();
                       }
!                      getThread.yield();
           //            if ((c / recordLength) == 200)
           //               aborted = true;
--- 887,891 ----
                          fireStatusEvent();
                       }
!                      Thread.yield();
           //            if ((c / recordLength) == 200)
           //               aborted = true;

Index: LoadMacroMenu.java
===================================================================
RCS file: /cvsroot/tn5250j/tn5250j/src/org/tn5250j/tools/LoadMacroMenu.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** LoadMacroMenu.java	17 Jun 2003 06:22:15 -0000	1.7
--- LoadMacroMenu.java	11 Nov 2003 14:37:00 -0000	1.8
***************
*** 31,35 ****
  import java.awt.event.*;
  import org.tn5250j.*;
- import org.tn5250j.tools.LangTool;
  import org.tn5250j.scripting.ExecuteScriptAction;
  import org.tn5250j.scripting.InterpreterDriverManager;
--- 31,34 ----
***************
*** 52,56 ****
  
  
!       String[] macrosList = macros.getMacroList();
  
  
--- 51,55 ----
  
  
!       String[] macrosList = Macronizer.getMacroList();
  
  




-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.