HttpClientConnectionTest: organize imports

Change-Id: I7e1f8627a9360c660adc6f00fe48afe005929150
This commit is contained in:
Matthias Sohn 2021-11-20 22:00:14 +01:00
parent f91e47f5b6
commit 84a6ac3b64
1 changed files with 7 additions and 7 deletions

View File

@ -9,6 +9,13 @@
*/
package org.eclipse.jgit.transport.http.apache;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import java.net.MalformedURLException;
import java.util.List;
import java.util.Locale;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.ProtocolVersion;
@ -16,13 +23,6 @@
import org.apache.http.message.AbstractHttpMessage;
import org.junit.Test;
import java.net.MalformedURLException;
import java.util.List;
import java.util.Locale;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
public class HttpClientConnectionTest {
@Test
public void testGetHeaderFieldsAllowMultipleValues()