Skip to content

Commit

Permalink
Fix style errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerjou Cheng committed Oct 20, 2016
1 parent 3e3c441 commit d69cc65
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@

import static org.junit.Assert.assertEquals;

import com.google.appengine.tools.development.testing.LocalServiceTestHelper;
import com.google.appengine.tools.development.testing.LocalURLFetchServiceTestConfig;
import com.google.api.client.http.GenericUrl;
import com.google.api.client.http.HttpRequestFactory;
import com.google.api.client.http.HttpResponse;
import com.google.api.client.http.LowLevelHttpRequest;
import com.google.api.client.http.LowLevelHttpResponse;
import com.google.api.client.testing.http.MockHttpTransport;
import com.google.api.client.testing.http.MockLowLevelHttpRequest;
import com.google.api.client.testing.http.MockLowLevelHttpResponse;

import java.io.IOException;
import com.google.appengine.tools.development.testing.LocalServiceTestHelper;
import com.google.appengine.tools.development.testing.LocalURLFetchServiceTestConfig;

import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import com.google.api.client.http.HttpRequestFactory;
import com.google.api.client.http.GenericUrl;
import com.google.api.client.http.HttpResponse;

import java.io.IOException;

public class LocalUrlFetchTest {
private final LocalServiceTestHelper helper =
Expand Down

0 comments on commit d69cc65

Please sign in to comment.