Skip to content

Commit

Permalink
Fix naming issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mialeska committed May 10, 2024
1 parent 0a7b366 commit 17ebbf4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ private static IMobileApplication startApplication() {
/**
* Sets instance of application.
*
* @param IMobileApplication Instance of desired application.
* @param application Instance of desired application.
*/
public static void setApplication(IMobileApplication IMobileApplication) {
getInstance().setApp(IMobileApplication);
public static void setApplication(IMobileApplication application) {
getInstance().setApp(application);
}

/**
Expand Down

0 comments on commit 17ebbf4

Please sign in to comment.