Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Sep 10, 2013
1 parent d6a21d8 commit e6b4e2f
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 29 deletions.
Expand Up @@ -14,7 +14,6 @@
import org.zanata.client.commands.ArgsUtil;
import org.zanata.client.commands.BasicOptions;
import org.zanata.client.commands.BasicOptionsImpl;
import org.zanata.client.commands.ListLocalOptionsImpl;
import org.zanata.client.commands.ListRemoteOptionsImpl;
import org.zanata.client.commands.PutProjectOptionsImpl;
import org.zanata.client.commands.PutUserOptionsImpl;
Expand Down
Expand Up @@ -5,21 +5,12 @@
import java.lang.reflect.Constructor;
import java.lang.reflect.InvocationTargetException;
import java.net.URI;
import java.security.KeyStore;
import java.security.SecureRandom;
import java.security.cert.CertificateException;
import java.security.cert.X509Certificate;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.SortedSet;
import java.util.TreeSet;

import javax.net.ssl.HttpsURLConnection;
import javax.net.ssl.SSLContext;
import javax.net.ssl.TrustManager;
import javax.net.ssl.TrustManagerFactory;
import javax.net.ssl.X509TrustManager;
import javax.ws.rs.core.HttpHeaders;
import javax.ws.rs.core.Response;

Expand All @@ -43,9 +34,6 @@
import org.zanata.rest.dto.resource.Resource;
import org.zanata.rest.dto.resource.TranslationsResource;
import org.zanata.util.HashUtil;
import com.google.common.base.Predicates;
import com.google.common.collect.Iterables;
import com.google.common.collect.Lists;

/**
* @author Sean Flanigan <a
Expand Down
Expand Up @@ -20,12 +20,9 @@
*/
package org.zanata.client.commands.stats;

import java.io.File;

import org.kohsuke.args4j.Option;
import org.zanata.client.commands.ConfigurableProjectOptionsImpl;
import org.zanata.client.commands.ZanataCommand;
import org.zanata.client.config.LocaleList;

/**
* @author Carlos Munoz <a href="mailto:camunoz@redhat.com">camunoz@redhat.com</a>
Expand Down
Expand Up @@ -21,16 +21,9 @@
package org.zanata.client.etag;

import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;

import org.apache.commons.collections.keyvalue.MultiKey;

/**
Expand Down
Expand Up @@ -20,7 +20,6 @@
*/
package org.zanata.client.etag;

import java.io.File;
import java.io.InputStream;
import java.io.OutputStream;
import javax.xml.bind.JAXBContext;
Expand Down
Expand Up @@ -6,7 +6,6 @@
import java.io.InputStreamReader;

import org.fedorahosted.openprops.Properties;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.mockito.Mock;
Expand Down
Expand Up @@ -10,7 +10,6 @@
import java.io.Writer;

import org.fedorahosted.openprops.Properties;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.mockito.Mock;
Expand Down
Expand Up @@ -15,7 +15,6 @@
import javax.ws.rs.core.Response.Status;

import org.jboss.resteasy.client.ClientResponse;
import org.junit.Assert;
import org.junit.Test;
import org.mockito.Mock;
import org.zanata.client.commands.DummyResponse;
Expand Down
Expand Up @@ -5,7 +5,6 @@

import org.apache.commons.configuration.HierarchicalINIConfiguration;
import org.apache.commons.configuration.SubnodeConfiguration;
import org.junit.Assert;
import org.junit.Test;

import static org.junit.Assert.assertEquals;
Expand Down
Expand Up @@ -26,7 +26,6 @@
import org.jboss.resteasy.client.ClientRequest;
import org.jboss.resteasy.client.ClientResponse;
import org.jboss.resteasy.spi.interception.ClientExecutionContext;
import org.junit.Assert;
import org.junit.Test;
import org.zanata.rest.RestConstant;

Expand Down

0 comments on commit e6b4e2f

Please sign in to comment.