Skip to content

Commit

Permalink
forget ; .........
Browse files Browse the repository at this point in the history
  • Loading branch information
jokermonn committed Sep 4, 2017
1 parent b384548 commit 99d67c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ private void initArrayAndEntity() {
String[] permissions = getRequestPermissions();
String[] targetPermissions = new String[permissions.length];
if (permissions.length != requestCodes.length) {
throw new IllegalArgumentException("permissions' length is different from codes' length")
throw new IllegalArgumentException("permissions' length is different from codes' length");
}
int[] requestCodes = getRequestCodes();
int[] targetCodes = new int[requestCodes.length];
Expand Down

0 comments on commit 99d67c1

Please sign in to comment.