Diff for /FM2SQL/Attic/Convert.java between versions 1.86 and 1.87

version 1.86, 2004/11/18 11:17:43 version 1.87, 2004/11/23 13:00:51
Line 2014  class Convert Line 2014  class Convert
   
                     }                      }
                     String tableName = names.get(tbIndex).toString();                      String tableName = names.get(tbIndex).toString();
                     if (indexList.isEmpty())                      if (!indexList.isEmpty())
                     {                      {
                         IndexList idList = (IndexList) indexList.get(0);                          IndexList idList = (IndexList) indexList.get(0);
                         System.out.println("found list " + idList);                          System.out.println("found list " + idList);

Removed from v.1.86  
changed lines
  Added in v.1.87


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>