Subversion Repositories SmartDukaan

Rev

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

Rev 75 Rev 76
Line 122... Line 122...
122
								featureLabel);
122
								featureLabel);
123
						
123
						
124
						List<ExpandedBullet> expBullets = 
124
						List<ExpandedBullet> expBullets = 
125
							expFeature.getExpandedBullets();
125
							expFeature.getExpandedBullets();
126
						
126
						
127
						for(ExpandedBullet expBullet : expBullets) {
127
						if(expBullets == null) {
128
							System.out.println(this.indentation[indent+1] + 
128
							System.out.println(this.indentation[indent+1] + 
129
									expBullet.displayText());
129
									"No bullets found");
130
						}
130
						} 
-
 
131
						
-
 
132
						else {
131
							
133
							
-
 
134
							for(ExpandedBullet expBullet : expBullets) {
-
 
135
								System.out.println(this.indentation[indent+1] + 
-
 
136
										expBullet.displayText());
-
 
137
							}
-
 
138
						}
132
						break;
139
						break;
133
					}
140
					}
134
				}
141
				}
135
			}
142
			}
136
		}
143
		}