Subversion Repositories SmartDukaan

Rev

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

Rev 16569 Rev 16570
Line 368... Line 368...
368
			}
368
			}
369
		} catch (Exception e){
369
		} catch (Exception e){
370
			e.printStackTrace();
370
			e.printStackTrace();
371
		}
371
		}
372
		httpclient.getConnectionManager().shutdown();
372
		httpclient.getConnectionManager().shutdown();
-
 
373
		if (str== null){
-
 
374
			str = "{}";
-
 
375
		}
373
		return str;
376
		return str;
374
	}
377
	}
375
}
378
}
376
379