Project

General

Profile

« Previous | Next » 

Revision 3003

Added by sgarg over 18 years ago

check for nullpointerexception

View differences:

src/edu/ucsb/nceas/metacat/DBQuery.java
658 658

  
659 659
     
660 660
     //write the persistent spatial dataset
661
     metacatSpatialData.writeTextQueryData();
662

  
661
	 if(metacatSpatialData != null){
662
		metacatSpatialData.writeTextQueryData();
663
	 }
664
	
663 665
     return resultsetBuffer;
664 666
    }//findReturnDoclist
665 667

  

Also available in: Unified diff