Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Changeset 4296

Show
Ignore:
Timestamp:
05/21/08 09:39:45 (8 months ago)
Author:
djazayeri
Message:

sync: missed a change from String to Locale in ConceptName.hbm.xml while merging

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/data_synchronization_bidirectional/metadata/api/hibernate/org/openmrs/api/db/hibernate/ConceptName.hbm.xml

    r4096 r4296  
    1919 
    2020                <property name="name" type="java.lang.String" length="255" not-null="true" /> 
    21                 <property name="locale" type="java.lang.String" length="50" not-null="true"/> 
     21                <property name="locale" type="java.util.Locale" length="50" not-null="true"/> 
    2222                <property name="shortName" type="java.lang.String" length="255" column="short_name" /> 
    2323                <property name="description" type="java.lang.String" length="65535" not-null="true" />