Fix javadoc header
This commit is contained in:
parent
e71013b005
commit
c71235d508
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public class TestHelper {
|
||||||
/**
|
/**
|
||||||
* Return the first one time key from the JSON object.
|
* Return the first one time key from the JSON object.
|
||||||
* @param aIdentityKeysObj JSON result of {@link OlmAccount#oneTimeKeys()}
|
* @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
|
* @return one time key string if operation succeed, null otherwise
|
||||||
*/
|
*/
|
||||||
static public String getOneTimeKey(JSONObject aIdentityKeysObj, int aKeyPosition) {
|
static public String getOneTimeKey(JSONObject aIdentityKeysObj, int aKeyPosition) {
|
||||||
|
|
Loading…
Reference in a new issue