Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.commons.core/src/org/eclipse/mylyn/commons/core/net/NetUtil.java')
-rw-r--r--org.eclipse.mylyn.commons.core/src/org/eclipse/mylyn/commons/core/net/NetUtil.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.commons.core/src/org/eclipse/mylyn/commons/core/net/NetUtil.java b/org.eclipse.mylyn.commons.core/src/org/eclipse/mylyn/commons/core/net/NetUtil.java
index ad65ea8c..7272a422 100644
--- a/org.eclipse.mylyn.commons.core/src/org/eclipse/mylyn/commons/core/net/NetUtil.java
+++ b/org.eclipse.mylyn.commons.core/src/org/eclipse/mylyn/commons/core/net/NetUtil.java
@@ -74,7 +74,9 @@ public class NetUtil {
* the current operation or null
* @throws IOException
* @see {@link Socket#connect(java.net.SocketAddress, int)}
+ * @deprecated
*/
+ @Deprecated
public static void connect(final Socket socket, InetSocketAddress address, int timeout,
MonitoredOperation<?> operation) throws IOException {
if (operation != null) {

Back to the top