dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #27713
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 13798: Minor typo
------------------------------------------------------------
revno: 13798
committer: Bob Jolliffe <bobjolliffe@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2014-01-21 09:34:09 +0000
message:
Minor typo
modified:
dhis-2/dhis-web/dhis-web-ohie/src/main/java/org/hisp/dhis/web/ohie/csd/webapi/CsdController.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-ohie/src/main/java/org/hisp/dhis/web/ohie/csd/webapi/CsdController.java'
--- dhis-2/dhis-web/dhis-web-ohie/src/main/java/org/hisp/dhis/web/ohie/csd/webapi/CsdController.java 2014-01-21 09:29:20 +0000
+++ dhis-2/dhis-web/dhis-web-ohie/src/main/java/org/hisp/dhis/web/ohie/csd/webapi/CsdController.java 2014-01-21 09:34:09 +0000
@@ -260,7 +260,7 @@
facility.getCodedTypes().add( codedType );
}
- Organization organization = new Organization( "No oid, please provide organization_oid attribute value." );
+ Organization organization = new Organization( "No oid, please provide organisation_oid attribute value." );
facility.getOrganizations().add( organization );
for ( DataSet dataSet : organisationUnit.getDataSets() )