Skip to content

Commit

Permalink
renomeando PluginResultHelper -> ResultHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
williaanlopes committed Oct 22, 2020
1 parent 4762f62 commit 03699fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import org.apache.cordova.PermissionHelper;
import org.apache.cordova.PluginResult;

public class PluginResultHelper {
public class ResultHelper {
public static PluginResult makePluginResult(PluginResult.Status status, Object... args) {
if (args.length == 0) {
return new PluginResult(status);
Expand Down

0 comments on commit 03699fe

Please sign in to comment.