Subversion Repositories SmartDukaan

Rev

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

Rev 32420 Rev 32448
Line 137... Line 137...
137
			e.printStackTrace();
137
			e.printStackTrace();
138
		}
138
		}
139
		return tagListings;
139
		return tagListings;
140
	}
140
	}
141
 
141
 
142
	private static final List<Integer> mopVoilatedRetailerIds = Arrays.asList(175139363, 175139404);
142
	public static final List<Integer> mopVoilatedRetailerIds = Arrays.asList(175139363, 175139404, 175138958);
143
 
143
 
144
	@Override
144
	@Override
145
	public List<Integer> getMopVoilatedRetailerIds() {
145
	public List<Integer> getMopVoilatedRetailerIds() {
146
		return mopVoilatedRetailerIds;
146
		return mopVoilatedRetailerIds;
147
	}
147
	}