mirror of https://github.com/apache/jclouds.git
Typo: removing "or" from last message.
This commit is contained in:
parent
557a115694
commit
15ea6929a2
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue