#Prodier# fix wrong signature for update by 7fc1955

This commit is contained in:
hyongbai 2019-07-01 11:14:35 +08:00
parent f43bbbe56c
commit 2aa2ebbcbc

View File

@ -190,7 +190,7 @@ public class PluginProviderClient {
}
try {
Object obj = ProxyRePluginProviderClientVar.update.call(null, c, uri);
Object obj = ProxyRePluginProviderClientVar.update.call(null, c, uri, values, selection, selectionArgs);
if (obj != null) {
return (Integer) obj;
}