Fix javadoc header

release-v2.2.0
pedroGitt 2016-11-07 11:01:03 +01:00
parent e71013b005
commit c71235d508
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public class TestHelper {
/**
* Return the first one time key from the JSON object.
* @param aIdentityKeysObj JSON result of {@link OlmAccount#oneTimeKeys()}
* @param aKeyPosition the poistion of the key to be retrieved
* @param aKeyPosition the position of the key to be retrieved
* @return one time key string if operation succeed, null otherwise
*/
static public String getOneTimeKey(JSONObject aIdentityKeysObj, int aKeyPosition) {