------------------------------------------------------------
revno: 9440
committer: Lars Helge Ă˜verland <[email protected]>
branch nick: dhis2
timestamp: Sat 2013-01-05 16:58:16 +0100
message:
Minor
modified:
dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/objectmapper/DataElementOperandMapper.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-support/dhis-support-system/src/main/java/org/hisp/dhis/system/objectmapper/DataElementOperandMapper.java'
--- dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/objectmapper/DataElementOperandMapper.java 2011-12-26 10:07:59 +0000
+++ dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/objectmapper/DataElementOperandMapper.java 2013-01-05 15:58:16 +0000
@@ -57,8 +57,8 @@
}
final DataElementOperand operand = new DataElementOperand(
- resultSet.getInt( 1 ),
- resultSet.getInt( 3 ),
+ resultSet.getString( 1 ),
+ resultSet.getString( 3 ),
operandName );
return operand;
_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp