- Timestamp:
- 07/02/08 19:40:36 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs/branches/complex-obs/src/api/org/openmrs/PersonAttribute.java
r4417 r4785 129 129 } 130 130 131 /** 132 * @see java.lang.Object#hashCode() 133 */ 131 134 public int hashCode() { 132 135 if (this.getPersonAttributeId() == null) return super.hashCode(); … … 366 369 * @see java.lang.Object#toString() 367 370 */ 368 public String toString() { 371 @SuppressWarnings("unchecked") 372 public String toString() { 369 373 Object o = getHydratedObject(); 370 374 if (o instanceof Attributable)