Skip to content

Commit b3d68f4

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

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

33
public enum ProxyType {
4-
DIRECT, HTTP, SOCKS;
4+
//DIRECT,
5+
HTTP,
6+
SOCKS;
57
}

0 commit comments

Comments
 (0)