VPP-378: rename jvpp package to the same as groupId of deployed jars
Related changes: - NSH: https://gerrit.fd.io/r/#/c/3181/ - Honeycomb: https://gerrit.fd.io/r/#/c/3182 Change-Id: Ifdd6b8b575916fdf99794618dbe604c2e17e8e82 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
This commit is contained in:

committed by
Damjan Marion

parent
85ecc810ca
commit
e85581cd07
@ -46,7 +46,7 @@ void call_on_error(const char* callName, int contextId, int retval,
|
||||
return;
|
||||
}
|
||||
jmethodID callbackExcMethod = (*env)->GetMethodID(env, callbackClass,
|
||||
"onError", "(Lorg/openvpp/jvpp/VppCallbackException;)V");
|
||||
"onError", "(Lio/fd/vpp/jvpp/VppCallbackException;)V");
|
||||
if (!callbackExcMethod) {
|
||||
DEBUG_LOG("CallOnError : callbackExcMethod is null!\n");
|
||||
return;
|
||||
|
Reference in New Issue
Block a user