------------------------------------------------------------
revno: 9441
committer: Bob Jolliffe <[email protected]>
branch nick: dhis2
timestamp: Sat 2013-01-05 16:40:04 +0000
message:
Fixed typo which caused categoryOption to be rendered as dataElement
modified:
dhis-2/dhis-api/src/main/java/org/hisp/dhis/dataelement/DataElementCategoryOption.java
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-api/src/main/java/org/hisp/dhis/dataelement/DataElementCategoryOption.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/dataelement/DataElementCategoryOption.java 2012-04-22 16:16:24 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/dataelement/DataElementCategoryOption.java 2013-01-05 16:40:04 +0000
@@ -48,7 +48,7 @@
/**
* @author Abyot Asalefew
*/
-@JacksonXmlRootElement( localName = "dataElement", namespace = Dxf2Namespace.NAMESPACE )
+@JacksonXmlRootElement( localName = "categoryOption", namespace = Dxf2Namespace.NAMESPACE )
public class DataElementCategoryOption
extends BaseNameableObject
{
_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp