File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
server/src/com/mirth/connect/model/util Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ public class DefaultMetaData {
2525 public static final MetaDataColumnType TYPE_COLUMN_TYPE = MetaDataColumnType .STRING ;
2626 public static final MetaDataColumnType VERSION_COLUMN_TYPE = MetaDataColumnType .STRING ;
2727
28- public static final String SOURCE_VARIABLE_MAPPING = "message_source " ;
29- public static final String TYPE_VARIABLE_MAPPING = "message_type " ;
28+ public static final String SOURCE_VARIABLE_MAPPING = "mirth_source " ;
29+ public static final String TYPE_VARIABLE_MAPPING = "mirth_type " ;
3030 public static final String VERSION_VARIABLE_MAPPING = "mirth_version" ;
3131
3232 public static final MetaDataColumn SOURCE_COLUMN = new MetaDataColumn (SOURCE_COLUMN_NAME , SOURCE_COLUMN_TYPE , SOURCE_VARIABLE_MAPPING );
@@ -40,4 +40,5 @@ public class DefaultMetaData {
4040 DEFAULT_COLUMNS .add (SOURCE_COLUMN );
4141 DEFAULT_COLUMNS .add (TYPE_COLUMN );
4242 }
43- }
43+
44+ }
You can’t perform that action at this time.
0 commit comments