← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 17613: minor fixes to operands importer

 

------------------------------------------------------------
revno: 17613
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Sat 2014-11-29 12:33:04 +0700
message:
  minor fixes to operands importer
modified:
  dhis-2/dhis-services/dhis-service-dxf2/src/main/java/org/hisp/dhis/dxf2/metadata/importers/DefaultIdentifiableObjectImporter.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-dxf2/src/main/java/org/hisp/dhis/dxf2/metadata/importers/DefaultIdentifiableObjectImporter.java'
--- dhis-2/dhis-services/dhis-service-dxf2/src/main/java/org/hisp/dhis/dxf2/metadata/importers/DefaultIdentifiableObjectImporter.java	2014-11-29 05:27:08 +0000
+++ dhis-2/dhis-services/dhis-service-dxf2/src/main/java/org/hisp/dhis/dxf2/metadata/importers/DefaultIdentifiableObjectImporter.java	2014-11-29 05:33:04 +0000
@@ -1020,14 +1020,6 @@
                 dataElementOperandService.addDataElementOperand( dataElementOperand );
             }
 
-            /*
-            if ( detachedDataElementOperands == null )
-            {
-                detachedDataElementOperands = ReflectionUtils.newCollectionInstance( dataElementOperands.getClass() );
-                ReflectionUtils.invokeSetterMethod( fieldName, object, detachedDataElementOperands );
-            }
-            */
-
             detachedDataElementOperands.clear();
             detachedDataElementOperands.addAll( dataElementOperands );
             sessionFactory.getCurrentSession().flush();