summaryrefslogtreecommitdiff
path: root/swext
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-14 16:00:37 +0200
committerNoel Grandin <noel@peralex.com>2015-10-14 16:07:49 +0200
commitee3ebedbae54e80dfac53ed946153a6203a5331b (patch)
tree57972df3d065a77f6cf5470b21b0ef4563eb916a /swext
parent5ca9d3e67e14519179e52eec50aaa59689b8d432 (diff)
java:remove unused imports
Change-Id: I9529bf81dcfcd6761485af5d66789c1a9a83eeec
Diffstat (limited to 'swext')
-rw-r--r--swext/mediawiki/src/com/sun/star/wiki/WikiProtocolSocketFactory.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/swext/mediawiki/src/com/sun/star/wiki/WikiProtocolSocketFactory.java b/swext/mediawiki/src/com/sun/star/wiki/WikiProtocolSocketFactory.java
index 3d2d22dab61f..4ffd06c0ff78 100644
--- a/swext/mediawiki/src/com/sun/star/wiki/WikiProtocolSocketFactory.java
+++ b/swext/mediawiki/src/com/sun/star/wiki/WikiProtocolSocketFactory.java
@@ -20,7 +20,6 @@ package com.sun.star.wiki;
import java.io.IOException;
import java.net.InetAddress;
-import java.net.InetSocketAddress;
import java.net.Socket;
import java.net.UnknownHostException;
import java.security.KeyStore;