=== 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 );