Corrected a typo

revert-70aa11f8
Rasika Perera 8 years ago
parent f123f3e61e
commit c2490347b6

@ -21,6 +21,6 @@ public class RESTConstants {
static String REST_CLIENT_CONFIG_ELEMENT = "restClientConfiguration"; static String REST_CLIENT_CONFIG_ELEMENT = "restClientConfiguration";
static String REST_CLIENT_MAX_TOTAL_CONNECTIONS = "maxTotalConnections"; static String REST_CLIENT_MAX_TOTAL_CONNECTIONS = "maxTotalConnections";
static String REST_CLIENT_MAX_CONNECTIONS_PER_ROUTE = "maxConnectionsPerRoute"; static String REST_CLIENT_MAX_CONNECTIONS_PER_ROUTE = "maxConnectionsPerRoute";
static String REST_CLEINT_CONNECTION_TIMEOUT = "connectionTimeout"; static String REST_CLIENT_CONNECTION_TIMEOUT = "connectionTimeout";
static String REST_CLEINT_SOCKET_TIMEOUT = "socketTimeout"; static String REST_CLIENT_SOCKET_TIMEOUT = "socketTimeout";
} }

Loading…
Cancel
Save