Skip to content

Commit eb762df

Browse files
authored
Update to v1.9.8
1 parent 33e73e6 commit eb762df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/net/authorize/util/Constants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public final class Constants {
77
public static final String HTTPS_PROXY_HOST = "https.proxyHost";
88
public static final String HTTPS_PROXY_PORT = "https.proxyPort";
99
public static final String HTTPS_PROXY_USERNAME = "https.proxyUsername";
10-
public static final String HTTPS_PROXY_PASSWORD = "https.proxyPassword";
10+
public static final String HTTPS_PROXY_PASSWORD = "https.proxyPassword";
1111

1212
public static final String HTTP_USE_PROXY = "http.proxyUse";
1313
public static final String HTTP_PROXY_HOST = "http.proxyHost";
@@ -35,5 +35,5 @@ public final class Constants {
3535
public static final String HTTP_READ_TIME_OUT = "http.ReadTimeout";
3636
public static final int HTTP_READ_TIME_OUT_DEFAULT_VALUE = 30000;
3737

38-
public static final String CLIENT_ID = "sdk-java-1.9.7";
38+
public static final String CLIENT_ID = "sdk-java-1.9.8";
3939
}

0 commit comments

Comments
 (0)