Skip to content

Commit

Permalink
Issue#212 Code review changes (minor)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Cragun <cragun@us.ibm.com>
  • Loading branch information
Brian Cragun committed Sep 9, 2021
1 parent 007e3d0 commit 8d90003
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ public class SimpleDataValueResolver {
return value;
};

// Special case of a SYSTEM V2. Identifiers allow unkown codes.
// Special case of a SYSTEM V2. Identifiers allow unknown codes.
// When an unknown code is detected, return a null so that the text is displayed instead.
// Only a known code returns a coding.
public static final ValueExtractor<Object, SimpleCode> CODING_SYSTEM_V2_IDENTIFIER = (Object value) -> {
Expand Down

0 comments on commit 8d90003

Please sign in to comment.