File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/net/authorize/util Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ public final class Constants {
7
7
public static final String HTTPS_PROXY_HOST = "https.proxyHost" ;
8
8
public static final String HTTPS_PROXY_PORT = "https.proxyPort" ;
9
9
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" ;
11
11
12
12
public static final String HTTP_USE_PROXY = "http.proxyUse" ;
13
13
public static final String HTTP_PROXY_HOST = "http.proxyHost" ;
@@ -35,5 +35,5 @@ public final class Constants {
35
35
public static final String HTTP_READ_TIME_OUT = "http.ReadTimeout" ;
36
36
public static final int HTTP_READ_TIME_OUT_DEFAULT_VALUE = 30000 ;
37
37
38
- public static final String CLIENT_ID = "sdk-java-1.9.7 " ;
38
+ public static final String CLIENT_ID = "sdk-java-1.9.8 " ;
39
39
}
You can’t perform that action at this time.
0 commit comments