Subversion Repositories SmartDukaan

Rev

Rev 5517 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5517 Rev 7238
Line 197... Line 197...
197
								}
197
								}
198
							}
198
							}
199
							String indexFilename = Utils.EXPORT_PARTNERS_CONTENT_PATH + "most-compared-" + entityId + "-vs-" + anotherEntityId + ".html";
199
							String indexFilename = Utils.EXPORT_PARTNERS_CONTENT_PATH + "most-compared-" + entityId + "-vs-" + anotherEntityId + ".html";
200
							
200
							
201
							try	{
201
							try	{
-
 
202
								log.info("index file name: " + indexFilename);
202
								DBUtils.store(sb.toString(), indexFilename);
203
								DBUtils.store(sb.toString(), indexFilename);
203
								
204
								
204
							} catch (Exception e) {
205
							} catch (Exception e) {
205
								e.printStackTrace();
206
								e.printStackTrace();
206
							}
207
							}