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 {
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}
You can’t perform that action at this time.
0 commit comments