Skip to content

Commit

Permalink
Translate error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
myungchoi committed Feb 11, 2021
1 parent e9bbc4b commit b94011c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public Parameters translateConcept(String code, String system, String targetUri,
List<ParameterWrapper> params = new ArrayList<ParameterWrapper>();
ParameterWrapper paramConceptId1 = new ParameterWrapper(
"Long",
Arrays.asList("id.concept1"),
Arrays.asList("id.conceptId1"),
Arrays.asList("="),
Arrays.asList(String.valueOf(omopSrcConcept.getId())),
"or"
Expand Down

0 comments on commit b94011c

Please sign in to comment.