Skip to content

Commit

Permalink
Fix missing import from conflict resolving
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Oberwasserlechner committed Jan 31, 2020
1 parent 2977e25 commit 3ee15e9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

import org.json.JSONException;

import java.util.HashMap;
import java.util.Map;

@NativePlugin(requestCodes = {OAuth2ClientPlugin.REQ_OAUTH_AUTHORIZATION}, name = "OAuth2Client")
Expand Down

0 comments on commit 3ee15e9

Please sign in to comment.