Subversion Repositories SmartDukaan

Rev

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

Rev 29359 Rev 29360
Line 24... Line 24...
24
		ContentPojo cp = null;
24
		ContentPojo cp = null;
25
		ProductPojo pp = null;
25
		ProductPojo pp = null;
26
		try {
26
		try {
27
			cp = gs.fromJson(contentMongoClient.getEntityById(entityId).toString(), ContentPojo.class);
27
			cp = gs.fromJson(contentMongoClient.getEntityById(entityId).toString(), ContentPojo.class);
28
		} catch (Exception e) {
28
		} catch (Exception e) {
29
			// e.printStackTrace();
29
			e.printStackTrace();
30
			return null;
30
			return null;
31
		}
31
		}
32
 
32
 
33
		LOGGER.info("cp" + cp);
33
		LOGGER.info("cp" + cp);
34
 
34