dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #35652
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 18237: minor
------------------------------------------------------------
revno: 18237
committer: Halvdan Hoem Grelland <halvdanhg@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2015-02-12 14:52:14 +0100
message:
minor
modified:
dhis-2/dhis-web/dhis-web-importexport/src/main/java/org/hisp/dhis/importexport/action/util/ImportMetaDataGmlTask.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-importexport/src/main/java/org/hisp/dhis/importexport/action/util/ImportMetaDataGmlTask.java'
--- dhis-2/dhis-web/dhis-web-importexport/src/main/java/org/hisp/dhis/importexport/action/util/ImportMetaDataGmlTask.java 2015-01-17 07:41:26 +0000
+++ dhis-2/dhis-web/dhis-web-importexport/src/main/java/org/hisp/dhis/importexport/action/util/ImportMetaDataGmlTask.java 2015-02-12 13:52:14 +0000
@@ -47,6 +47,10 @@
{
private static final Log log = LogFactory.getLog( ImportMetaDataGmlTask.class );
+ private TaskId taskId;
+
+ private String userUid;
+
// -------------------------------------------------------------------------
// Dependencies
// -------------------------------------------------------------------------
@@ -57,10 +61,6 @@
private InputStream inputStream;
- private TaskId taskId;
-
- private String userUid;
-
// -------------------------------------------------------------------------
// Constructors
// -------------------------------------------------------------------------