diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-07-23 14:33:30 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-07-23 14:33:30 +0200 |
| commit | 5f2380a46e6ec8e571abb2248abd90395dd7be70 (patch) | |
| tree | 451cc870fee3afa4ded4ab4f606d14f2de4cf9a0 /src/main/resources/mapFiles | |
| parent | a56bacfa9dbf4195dc1a5fc213af2c1f892212b5 (diff) | |
Support for schemaName and schemaVersion in Event
Diffstat (limited to 'src/main/resources/mapFiles')
| -rw-r--r-- | src/main/resources/mapFiles/HistoryMap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/mapFiles/HistoryMap.xml b/src/main/resources/mapFiles/HistoryMap.xml index cb08da9..85a2afa 100644 --- a/src/main/resources/mapFiles/HistoryMap.xml +++ b/src/main/resources/mapFiles/HistoryMap.xml @@ -22,7 +22,7 @@ <bind-xml name="SchemaName" node="attribute"/>
</field>
<field name="mSchemaVersion" type="integer" direct="false" get-method="getSchemaVersion" set-method="setSchemaVersion">
- <bind-xml name="SchemaName" node="attribute"/>
+ <bind-xml name="SchemaVersion" node="attribute"/>
</field>
<field name="mViewName" type="string" direct="false" get-method="getViewName" set-method="setViewName">
<bind-xml name="ViewName" node="attribute"/>
|
