------------------------------------------------------------
revno: 1944
committer: Lars <larsh...@larshelg-laptop>
branch nick: trunk
timestamp: Tue 2010-06-01 15:26:40 +0200
message:
  Minor fix
modified:
  
dhis-2/dhis-services/dhis-service-importexport/src/main/java/org/hisp/dhis/importexport/analysis/DefaultImportAnalyser.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-services/dhis-service-importexport/src/main/java/org/hisp/dhis/importexport/analysis/DefaultImportAnalyser.java'
--- dhis-2/dhis-services/dhis-service-importexport/src/main/java/org/hisp/dhis/importexport/analysis/DefaultImportAnalyser.java	2010-06-01 13:12:21 +0000
+++ dhis-2/dhis-services/dhis-service-importexport/src/main/java/org/hisp/dhis/importexport/analysis/DefaultImportAnalyser.java	2010-06-01 13:26:40 +0000
@@ -94,7 +94,7 @@
                 value.getDataElement().getId() + SEPARARATOR +
                 value.getOptionCombo().getId() + SEPARARATOR +
                 value.getPeriod().getId() + SEPARARATOR +
-                value.getSource().getId() + SEPARARATOR ) );
+                value.getSource().getId() ) );
         }
         else if ( object instanceof DataElement )
         {

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to