Skip to content

Commit f5eaf32

Browse files
committed
#Renamed variable
#YM-23299
1 parent 32aee81 commit f5eaf32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

yoti-sdk/src/main/java/com/yoti/mobile/android/sdk/exceptions/YotiSDKAppNotInstalledException.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
public class YotiSDKAppNotInstalledException extends YotiSDKException {
44

5-
AppType unavailableApp;
5+
AppType notInstalledApp;
66

7-
public YotiSDKAppNotInstalledException(AppType unavailableApp, String message) {
7+
public YotiSDKAppNotInstalledException(AppType notInstalledApp, String message) {
88
super(message);
9-
this.unavailableApp = unavailableApp;
9+
this.notInstalledApp = notInstalledApp;
1010
}
1111
}
1212

0 commit comments

Comments
 (0)