Skip to content

Commit 3e493ca

Browse files
committedApr 4, 2013
TRUNK-3904: Concept(Integer) constructer doesn't call this()
1 parent 63d880b commit 3e493ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎api/src/main/java/org/openmrs/Concept.java

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ public Concept() {
134134
* @param conceptId the concept id to set
135135
*/
136136
public Concept(Integer conceptId) {
137+
this();
137138
this.conceptId = conceptId;
138139
}
139140

0 commit comments

Comments
 (0)
Please sign in to comment.