Subversion Repositories SmartDukaan

Rev

Rev 9421 | Rev 9887 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9421 Rev 9886
Line 199... Line 199...
199
		}
199
		}
200
		String minString = "0";
200
		String minString = "0";
201
		String maxString = "*";  
201
		String maxString = "*";  
202
		if(minPrice != null || maxPrice != null){
202
		if(minPrice != null || maxPrice != null){
203
			try {
203
			try {
-
 
204
				log.info("Uri:" + uri);
204
				dynamicPriceMap = getPriceStatsMap(new InputSource(uri)); 
205
				dynamicPriceMap = getPriceStatsMap(new InputSource(uri)); 
205
			} catch (Exception e){
206
			} catch (Exception e){
206
				e.printStackTrace();
207
				e.printStackTrace();
207
			}
208
			}
208
			if(minPrice != null){
209
			if(minPrice != null){