mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Remove unused local transport constant
Local transport was removed previously but a stale constant was left behind. This commit removes this unused constant.
This commit is contained in:
parent
9b9cb81c41
commit
c5a0e77fc6
@ -63,7 +63,6 @@ public final class NetworkModule {
|
||||
|
||||
public static final String TRANSPORT_TYPE_KEY = "transport.type";
|
||||
public static final String HTTP_TYPE_KEY = "http.type";
|
||||
public static final String LOCAL_TRANSPORT = "local";
|
||||
public static final String HTTP_TYPE_DEFAULT_KEY = "http.type.default";
|
||||
public static final String TRANSPORT_TYPE_DEFAULT_KEY = "transport.type.default";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user