Skip to content

Commit d69cc65

Browse files
author
Jerjou Cheng
committed
Fix style errors.
1 parent 3e3c441 commit d69cc65

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

unittests/src/test/java/com/google/appengine/samples/LocalUrlFetchTest.java

+7-7
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@
1818

1919
import static org.junit.Assert.assertEquals;
2020

21-
import com.google.appengine.tools.development.testing.LocalServiceTestHelper;
22-
import com.google.appengine.tools.development.testing.LocalURLFetchServiceTestConfig;
21+
import com.google.api.client.http.GenericUrl;
22+
import com.google.api.client.http.HttpRequestFactory;
23+
import com.google.api.client.http.HttpResponse;
2324
import com.google.api.client.http.LowLevelHttpRequest;
2425
import com.google.api.client.http.LowLevelHttpResponse;
2526
import com.google.api.client.testing.http.MockHttpTransport;
2627
import com.google.api.client.testing.http.MockLowLevelHttpRequest;
2728
import com.google.api.client.testing.http.MockLowLevelHttpResponse;
28-
29-
import java.io.IOException;
29+
import com.google.appengine.tools.development.testing.LocalServiceTestHelper;
30+
import com.google.appengine.tools.development.testing.LocalURLFetchServiceTestConfig;
3031

3132
import org.junit.After;
3233
import org.junit.Before;
3334
import org.junit.Test;
34-
import com.google.api.client.http.HttpRequestFactory;
35-
import com.google.api.client.http.GenericUrl;
36-
import com.google.api.client.http.HttpResponse;
35+
36+
import java.io.IOException;
3737

3838
public class LocalUrlFetchTest {
3939
private final LocalServiceTestHelper helper =

0 commit comments

Comments
 (0)