tn5250j/src/org/tn5250j Connect.java,1.26,1.27
"Kenneth J. Pouncey" <[email protected]> Wed, 15 Jun 2005 05:58:35 +0000
| Newsgroups | gmane.comp.java.tn5250j.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tn5250j/tn5250j/src/org/tn5250j
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12028/src/org/tn5250j
Modified Files:
Connect.java
Log Message:
Fix logging to work from logging parameters
Index: Connect.java
===================================================================
RCS file: /cvsroot/tn5250j/tn5250j/src/org/tn5250j/Connect.java,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** Connect.java 8 Jun 2005 19:32:48 -0000 1.26
--- Connect.java 15 Jun 2005 05:58:16 -0000 1.27
***************
*** 1,1243 ****
! /**
! * Title: tn5250J
! * Copyright: Copyright (c) 2001
! * Company:
! * @author Kenneth J. Pouncey
! * @version 0.5
! *
! * Description:
! *
! * This program is free software; you can redistribute it and/or modify
[...2598 lines suppressed...]
! return -1;
! }
! }
! } else {
! if (one instanceof Comparable
! && two instanceof Comparable) {
! Comparable cOne = (Comparable) one;
! Comparable cTwo = (Comparable) two;
! if (ascending) {
! return cOne.compareTo(cTwo);
! } else {
! return cTwo.compareTo(cOne);
! }
! }
! }
! return 1;
! }
! }
! }
! }
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click