mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-08 05:48:12 +00:00
fix typo
This commit is contained in:
parent
17eaff9995
commit
b2ef9a3336
@ -82,7 +82,7 @@ public abstract class FormatUtilities {
|
||||
private static final int MAX_SCAN_LENGTH = 1000; // how many characters to scan into content when autodetermining format
|
||||
|
||||
public static final String MAP_ATTRIBUTE_NAME = "mapAttribute";
|
||||
public static final String PROPERTY_NAME = "mapAttribute";
|
||||
public static final String PROPERTY_NAME = "property";
|
||||
public static String WORKING_CM_PROP_NAME = PROPERTY_NAME;
|
||||
|
||||
protected String toString(String value) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user