dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #17156
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6741: minor fix
------------------------------------------------------------
revno: 6741
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2012-04-25 16:48:40 +0300
message:
minor fix
modified:
dhis-2/dhis-api/src/main/java/org/hisp/dhis/user/UserStore.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-api/src/main/java/org/hisp/dhis/user/UserStore.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/user/UserStore.java 2012-03-28 07:40:14 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/user/UserStore.java 2012-04-25 13:48:40 +0000
@@ -70,7 +70,7 @@
/**
* Retrieves the User with the given unique identifier.
*
- * @param id the identifier of the User to retrieve.
+ * @param uid the identifier of the User to retrieve.
* @return the User.
*/
User getUser( String uid );
@@ -229,7 +229,7 @@
/**
* Retrieves the UserAuthorityGroup with the given identifier.
*
- * @param id the identifier of the UserAuthorityGroup to retrieve.
+ * @param uid the identifier of the UserAuthorityGroup to retrieve.
* @return the UserAuthorityGroup.
*/
UserAuthorityGroup getUserAuthorityGroup( String uid );