------------------------------------------------------------
revno: 21135
committer: Morten Olav Hansen <[email protected]>
branch nick: dhis2
timestamp: Fri 2015-11-20 10:12:20 +0700
message:
minor fix, DataElementCategoryOption does have unique name
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 2015-11-19 04:01:09 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/dataelement/DataElementCategoryOption.java 2015-11-20 03:12:20 +0000
@@ -157,12 +157,6 @@
// -------------------------------------------------------------------------
@Override
- public boolean haveUniqueNames()
- {
- return false;
- }
-
- @Override
public boolean isAutoGenerated()
{
return name != null && name.equals( DEFAULT_NAME );
_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp