mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-02 09:29:13 +00:00
Use txt extension for shc fragment
This commit is contained in:
parent
7548ea37ae
commit
c2071379f4
@ -83,7 +83,7 @@ public class SHCParser extends ParserBase {
|
||||
byte[] content = TextFile.streamToBytes(inStream);
|
||||
ByteArrayInputStream stream = new ByteArrayInputStream(content);
|
||||
List<ValidatedFragment> res = new ArrayList<>();
|
||||
ValidatedFragment shc = new ValidatedFragment("shc", "json", content, false);
|
||||
ValidatedFragment shc = new ValidatedFragment("shc", "txt", content, false);
|
||||
res.add(shc);
|
||||
|
||||
String src = TextFile.streamToString(stream).trim();
|
||||
|
Loading…
x
Reference in New Issue
Block a user