Skip to content

Commit 200a8e5

Browse files
committedJan 7, 2014
Doing some formatting
1 parent ef13389 commit 200a8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ else if (abbrev.equals("CWE")) {
917917
if (getValueDrug() != null)
918918
return getValueDrug().getFullName(locale);
919919
else {
920-
ConceptName valueCodedName = getValueCodedName();
920+
ConceptName valueCodedName = getValueCodedName();
921921
if (valueCodedName != null) {
922922
return getValueCoded().getName(locale, false).getName();
923923
} else {

0 commit comments

Comments
 (0)
Please sign in to comment.