Subversion Repositories SmartDukaan

Rev

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

Rev 25 Rev 33
Line 157... Line 157...
157
            }
157
            }
158
		}
158
		}
159
		
159
		
160
		return displayText;
160
		return displayText;
161
	}
161
	}
-
 
162
 
-
 
163
	/* (non-Javadoc)
-
 
164
	 * @see java.lang.Object#toString()
-
 
165
	 */
-
 
166
	@Override
-
 
167
	public String toString() {
-
 
168
		return "ExpandedBullet [composite=" + composite + ", enumerated="
-
 
169
				+ enumerated + ", expandedBulletDefinition="
-
 
170
				+ expandedBulletDefinition + ", expandedEnumDataObject="
-
 
171
				+ expandedEnumDataObject + ", primitive=" + primitive
-
 
172
				+ ", toString()=" + super.toString() + "]";
-
 
173
	}
162
}
174
}