mirror of
https://gitee.com/replugin/RePlugin.git
synced 2024-12-02 03:38:06 +08:00
#Prodier# fix wrong signature for update by 7fc1955
This commit is contained in:
parent
f43bbbe56c
commit
2aa2ebbcbc
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user