diff options
author | pedroGitt <pedro.contreiras@amdocs.com> | 2016-10-18 19:00:23 +0200 |
---|---|---|
committer | pedroGitt <pedro.contreiras@amdocs.com> | 2016-10-18 19:00:23 +0200 |
commit | a6913c49c26b54a4856f883daeb27970f9ab59a4 (patch) | |
tree | ad44008c7ed270685b4b23c27aee191e4e89ad01 | |
parent | 139402611aff5919844109f2c7f126bec5c31534 (diff) |
Fix javadoc header comment
-rw-r--r-- | java/android/OlmLibSdk/olm-sdk/src/main/jni/olm_utility.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/android/OlmLibSdk/olm-sdk/src/main/jni/olm_utility.cpp b/java/android/OlmLibSdk/olm-sdk/src/main/jni/olm_utility.cpp index 1bd82a0..2bda36c 100644 --- a/java/android/OlmLibSdk/olm-sdk/src/main/jni/olm_utility.cpp +++ b/java/android/OlmLibSdk/olm-sdk/src/main/jni/olm_utility.cpp @@ -81,8 +81,7 @@ JNIEXPORT void OLM_UTILITY_FUNC_DEF(releaseUtilityJni)(JNIEnv *env, jobject thiz * @param aSignature the base64-encoded message signature to be checked. * @param aKey the ed25519 key (fingerprint key) * @param aMessage the message which was signed - * @param the result error if there is a problem with the verification. - * @return true if validation succeed, false otherwise + * @return 0 if validation succeed, an error message string if operation failed */ JNIEXPORT jstring OLM_UTILITY_FUNC_DEF(verifyEd25519SignatureJni)(JNIEnv *env, jobject thiz, jstring aSignature, jstring aKey, jstring aMessage) { |