Changeset 4323
- Timestamp:
- 05/21/08 23:27:47 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs-modules/groovyforms/src/org/openmrs/module/groovyforms/model/GroovyForm.java
r4320 r4323 1 package org.openmrs.module.groovyforms.model s;1 package org.openmrs.module.groovyforms.model; 2 2 3 3 /** … … 13 13 14 14 /** 15 * Construct a GroovyForm object 15 * Construct a GroovyForm object. 16 16 * @param name the name of the form 17 17 * @param description the description of the form