Skip to content

Commit

Permalink
Doing some code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dkayiwa committed Nov 3, 2013
1 parent af4145f commit 69e6611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/src/main/java/org/openmrs/validator/ConceptValidator.java
Expand Up @@ -178,8 +178,8 @@ else if (nameInLocale.isLocalePreferred() && preferredNameForLocaleFound) {

//skip same
String uuid = conceptToValidate.getUuid();
if (conceptToValidate.getConceptId() != null
&& uuid != null && uuid.equals(concept.getUuid()))
if (conceptToValidate.getConceptId() != null && uuid != null
&& uuid.equals(concept.getUuid()))
continue;

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

0 comments on commit 69e6611

Please sign in to comment.