Show
Ignore:
Timestamp:
03/28/08 11:19:28 (10 months ago)
Author:
relet.net
Message:

latlonjsdatasource ignores obviously bogus entries, displays more information

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/net/relet/freimap/MysqlDataSource.java

    r4 r14  
    9191    if ((nodeSource == null) && (sNodeSource != null)) { 
    9292      nodeSource=Visor.sources.get(sNodeSource); 
     93      if (nodeSource==null) System.err.println("Could not identify NodeSource in MysqlDataSource."); 
    9394      sNodeSource = null; 
    9495    }