File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ public void run() {
303303 if (ServerConnectionStatus .NOTCONNECTED == getServerConnectionStatus ()) {
304304 // IAMAccessToken should be retrieved from the IAM service by providing it with
305305 // your cloud API Key (based on your IBM ID)
306- this .iamAccessToken = getIAMAccessToken (iamApiKey );
306+ this .iamAccessToken = getIamAccessToken (iamApiKey );
307307
308308 // We need to connect...
309309 connect ();
@@ -1146,7 +1146,7 @@ private void initialize(Properties props) {
11461146
11471147 }
11481148
1149- private String getIAMAccessToken (String apikey ) {
1149+ private String getIamAccessToken (String apikey ) {
11501150 String iamAccessToken = "" ;
11511151 String urlParameters = "apikey=" + apikey + "&grant_type=urn%3Aibm%3Aparams%3Aoauth%3Agrant-type%3Aapikey" ;
11521152 byte [] postData = urlParameters .getBytes (StandardCharsets .UTF_8 );
You can’t perform that action at this time.
0 commit comments