------------------------------------------------------------
revno: 17494
committer: Lars Helge Overland <[email protected]>
branch nick: dhis2
timestamp: Mon 2014-11-17 10:02:15 +0100
message:
Category option, removed shortname override
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 2014-11-10 11:43:54 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/dataelement/DataElementCategoryOption.java 2014-11-17 09:02:15 +0000
@@ -175,13 +175,6 @@
return name != null && name.equals( DEFAULT_NAME );
}
- @Override
- @JsonIgnore
- public String getShortName()
- {
- return name;
- }
-
@JsonProperty
@JsonView( {DetailedView.class } )
public Date getStartDate()
_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp