Skip to content

Commit 0cbc055

Browse files
author
Paultagoras
committed
Update ProxyType.java
1 parent 0c1beb6 commit 0cbc055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.clickhouse.client.api.enums;
22

33
public enum ProxyType {
4-
IGNORE, DIRECT, HTTP, SOCKS;
4+
DIRECT, HTTP, SOCKS;
55
}

0 commit comments

Comments
 (0)