Subversion Repositories SmartDukaan

Rev

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

Rev 4520 Rev 4882
Line 9... Line 9...
9
import java.util.Map;
9
import java.util.Map;
10
 
10
 
11
/**
11
/**
12
 * @author Varun Gupta
12
 * @author Varun Gupta
13
 */
13
 */
-
 
14
@SuppressWarnings("serial")
14
public class ClearanceSaleController extends BaseController {
15
public class ClearanceSaleController extends BaseController {
15
 
16
 
16
	private List<String> entityIds = new ArrayList<String>();
17
	private List<String> entityIds = new ArrayList<String>();
17
	private Map<String, String> snippets = new HashMap<String, String>();
18
	private Map<String, String> snippets = new HashMap<String, String>();
18
	
19