dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #36925
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 18886: minor, comment
------------------------------------------------------------
revno: 18886
committer: Halvdan Hoem Grelland <halvdanhg@xxxxxxxxx>
branch nick: dhis2
timestamp: Sat 2015-04-11 18:53:23 +0200
message:
minor, comment
modified:
dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/webapi/controller/SystemController.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-web/dhis-web-api/src/main/java/org/hisp/dhis/webapi/controller/SystemController.java'
--- dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/webapi/controller/SystemController.java 2015-03-19 13:04:23 +0000
+++ dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/webapi/controller/SystemController.java 2015-04-11 16:53:23 +0000
@@ -131,8 +131,7 @@
TaskId taskId = new TaskId( taskCategory, currentUserService.getCurrentUser() );
- // TODO Support DataIntegrityReport (make task summary generic).
- // TODO Also avoid null pointer on fetching unfinished task
+ // TODO Make task summary generic. (We use tasks for more than importing data).
if ( taskCategory.equals( TaskCategory.DATAINTEGRITY ) )
{
DataIntegrityReport dataIntegrityReport = (DataIntegrityReport) notifier.getTaskSummary( taskId );