Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
07/02/08 19:40:36 (5 months ago)
Author:
bmckown
Message:

Merging trunk to complex-obs [4379][4764]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/complex-obs/src/api/org/openmrs/PersonAttribute.java

    r4417 r4785  
    129129        } 
    130130         
     131        /** 
     132         * @see java.lang.Object#hashCode() 
     133         */ 
    131134        public int hashCode() { 
    132135                if (this.getPersonAttributeId() == null) return super.hashCode(); 
     
    366369         * @see java.lang.Object#toString() 
    367370         */ 
    368         public String toString() { 
     371        @SuppressWarnings("unchecked") 
     372    public String toString() { 
    369373                Object o = getHydratedObject(); 
    370374                if (o instanceof Attributable)