Typo: removing "or" from last message.

This commit is contained in:
Nelson Araujo 2016-08-29 13:26:22 -07:00 committed by Ignasi Barrera
parent 557a115694
commit 15ea6929a2
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public @interface CurrentProject {
+ "client_email which usually looks like project_id@developer.gserviceaccount.com or " //
+ "project_id-extended_uid@developer.gserviceaccount.com or " //
+ "account@project_id.company_domain.iam.gserviceaccount.com or " //
+ "account@project_id.iam.gserviceaccount.com or ";
+ "account@project_id.iam.gserviceaccount.com.";
private static final Pattern PROJECT_NUMBER_PATTERN = Pattern.compile("^([0-9]+)[@-].*");
private static final String IAM_ACCOUNT_SUFFIX = ".iam.gserviceaccount.com";