dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #34389
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 17652: minor opt, removed unnecessary @Scanned on categoryOption.categoryOptionCombos (catOption is not ...
------------------------------------------------------------
revno: 17652
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2014-12-04 14:28:37 +0700
message:
minor opt, removed unnecessary @Scanned on categoryOption.categoryOptionCombos (catOption is not the owner of this relation)
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-12-04 07:23:16 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/dataelement/DataElementCategoryOption.java 2014-12-04 07:28:37 +0000
@@ -71,7 +71,6 @@
private Set<DataElementCategory> categories = new HashSet<>();
- @Scanned
private Set<DataElementCategoryOptionCombo> categoryOptionCombos = new HashSet<>();
private Set<CategoryOptionGroup> groups = new HashSet<>();