Skip to content

Commit ce17367

Browse files
committed
Suppress unchecked warning in GeoApiContextTest
1 parent 33dea39 commit ce17367

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/google/maps/GeoApiContextTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ private void setMockBaseUrl() {
6565
builder.baseUrlForTesting("http://127.0.0.1:" + server.getPort());
6666
}
6767

68+
@SuppressWarnings("unchecked")
6869
@Test
6970
public void testGetIncludesDefaultUserAgent() throws Exception {
7071
// Set up a mock request

0 commit comments

Comments
 (0)