Subversion Repositories SmartDukaan

Rev

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

Rev 9253 Rev 12555
Line 213... Line 213...
213
				    					if(bullets != null) {
213
				    					if(bullets != null) {
214
				    						for(Bullet b : bullets){
214
				    						for(Bullet b : bullets){
215
				    							String bulletString = Catalog.getInstance().getDefinitionsContainer().getEnumValue(((EnumDataObject)b.getDataObject()).getEnumValueID()).getValue();
215
				    							String bulletString = Catalog.getInstance().getDefinitionsContainer().getEnumValue(((EnumDataObject)b.getDataObject()).getEnumValueID()).getValue();
216
				    							if (bulletString.contains("Android")){
216
				    							if (bulletString.contains("Android")){
217
				    								isAndroid = true;
217
				    								isAndroid = true;
-
 
218
				    								log.info("Is android marked true for " + entityId);
218
				    								break;
219
				    								break;
219
				    							}
220
				    							}
220
				    						}
221
				    						}
221
				    					}
222
				    					}
222
				    				}
223
				    				}