Subversion Repositories SmartDukaan

Rev

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

Rev 24 Rev 33
Line 67... Line 67...
67
	 */
67
	 */
68
	public List<ExpandedBullet> getExpandedBullets() {
68
	public List<ExpandedBullet> getExpandedBullets() {
69
		return expandedBullets;
69
		return expandedBullets;
70
	}
70
	}
71
 
71
 
-
 
72
	/* (non-Javadoc)
-
 
73
	 * @see java.lang.Object#toString()
-
 
74
	 */
-
 
75
	@Override
-
 
76
	public String toString() {
-
 
77
		return "ExpandedFeature [expandedBullets=" + expandedBullets
-
 
78
				+ ", featureDefinition=" + featureDefinition + ", toString()="
-
 
79
				+ super.toString() + "]";
-
 
80
	}
-
 
81
 
72
}
82
}