Subversion Repositories SmartDukaan

Rev

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

Rev 545 Rev 550
Line 132... Line 132...
132
				if(!tempMap.isEmpty()){
132
				if(!tempMap.isEmpty()){
133
					tempFacets.put(facet, tempMap);
133
					tempFacets.put(facet, tempMap);
134
				}
134
				}
135
			}	
135
			}	
136
		}
136
		}
-
 
137
		if(tempFacets.containsKey("F_50010")){
-
 
138
			tempFacets.remove("F_50011");
-
 
139
		}
137
 
140
 
138
		return tempFacets;
141
		return tempFacets;
139
	}
142
	}
140
	
143
	
141
/*
144
/*