Skip to content

Commit baa8d32

Browse files
v1.12.3 Early Access Feature Support
1 parent f615e81 commit baa8d32

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/main/java/com/contentstack/sdk/Config.java

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,6 @@ public class Config {
3232
@Setter
3333
@Getter
3434
protected String branch;
35-
/**
36-
* -- SETTER --
37-
* Proxy can be set like below.
38-
*
39-
* @param proxy Proxy setting, typically a type (http, socks) and a socket address. A Proxy is an immutable object
40-
* <br>
41-
* <br>
42-
* <b>Example:</b><br>
43-
* <br>
44-
* <code>
45-
* java.net.Proxy proxy = new Proxy(Proxy.Type.HTTP, new InetSocketAddress("proxyHost", "proxyPort"));
46-
* java.net.Proxy proxy = new Proxy(Proxy.Type.HTTP, new InetSocketAddress("sl.theproxyvpn.io", 80)); Config
47-
* config = new Config(); config.setProxy(proxy);
48-
* </code>
49-
*/
5035
@Setter
5136
protected Proxy proxy = null;
5237
protected ConnectionPool connectionPool = new ConnectionPool();

0 commit comments

Comments
 (0)