------------------------------------------------------------
revno: 13251
committer: Morten Olav Hansen <[email protected]>
branch nick: dhis2
timestamp: Mon 2013-12-16 13:31:45 +0100
message:
minor fix
modified:
dhis-2/dhis-services/dhis-service-dxf2/src/main/java/org/hisp/dhis/dxf2/metadata/DefaultImportService.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/DefaultImportService.java'
--- dhis-2/dhis-services/dhis-service-dxf2/src/main/java/org/hisp/dhis/dxf2/metadata/DefaultImportService.java 2013-12-16 12:27:12 +0000
+++ dhis-2/dhis-services/dhis-service-dxf2/src/main/java/org/hisp/dhis/dxf2/metadata/DefaultImportService.java 2013-12-16 12:31:45 +0000
@@ -142,16 +142,6 @@
types = Lists.newArrayList( ExchangeClasses.getImportMap().values() );
}
- /*
- types.clear();
- types.add( "attributeTypes" );
- types.add( "optionSets" );
- types.add( "documents" );
- types.add( "constants" );
- types.add( "concepts" );
- types.add( "sqlViews" );
- */
-
for ( String type : types )
{
Object value = ReflectionUtils.invokeGetterMethod( type, metaData );
_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp