Skip to content

Commit

Permalink
Merge pull request #2875 from IBM/lmsurpre-patch-1
Browse files Browse the repository at this point in the history
remove deprecated property
  • Loading branch information
prb112 authored Oct 20, 2021
2 parents ca5ad3c + 5d019e5 commit 23c7f49
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@
* Parse FHIR resource representations into fhir-model objects
*/
public interface FHIRParser {
/**
* Property name for a property that controls whether the parser will ignore or throw an exception on unrecognized elements
*/
@Deprecated
public static final String PROPERTY_IGNORE_UNRECOGNIZED_ELEMENTS = "com.ibm.fhir.model.parser.ignoreUnrecognizedElements";

/**
* Read a resource from the passed InputStream. This method does not close the passed InputStream.
*
Expand Down

0 comments on commit 23c7f49

Please sign in to comment.