Skip to content

Commit

Permalink
refactor: rename private method to create a login client
Browse files Browse the repository at this point in the history
  • Loading branch information
nickchecan committed Jan 16, 2025
1 parent 75ee5bf commit da29299
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public SapLoginWizard(final Browser browser) {
this.browser = browser;

setWindowTitle("Login to SAP AI Core");
sapLoginClient = createLoginClient();
sapLoginClient = createSapLoginClient();
}

/**
Expand All @@ -66,7 +66,7 @@ public void addPages() {
*
* @return a new {@link ISapLoginClient} instance.
*/
private ISapLoginClient createLoginClient() {
private ISapLoginClient createSapLoginClient() {
TemporaryMemoryAccessToken tmpMemoryAccessToken = TemporaryMemoryAccessToken.getInstance();
TemporaryMemoryServiceKey tmpMemoryServiceKey = TemporaryMemoryServiceKey.getInstance();

Expand Down

0 comments on commit da29299

Please sign in to comment.