Skip to content

Commit 69e6611

Browse files
committedNov 3, 2013
Doing some code formatting
1 parent af4145f commit 69e6611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎api/src/main/java/org/openmrs/validator/ConceptValidator.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ else if (nameInLocale.isLocalePreferred() && preferredNameForLocaleFound) {
178178

179179
//skip same
180180
String uuid = conceptToValidate.getUuid();
181-
if (conceptToValidate.getConceptId() != null
182-
&& uuid != null && uuid.equals(concept.getUuid()))
181+
if (conceptToValidate.getConceptId() != null && uuid != null
182+
&& uuid.equals(concept.getUuid()))
183183
continue;
184184

185185
//should be a unique name amongst all preferred and fully specified names in its locale system wide

0 commit comments

Comments
 (0)
Please sign in to comment.