fixed not compiling code

This commit is contained in:
Marcin Grzejszczak
2018-05-09 08:00:47 +02:00
parent 13873f3481
commit c26934dca3

View File

@@ -307,6 +307,10 @@ public class WireMockSnippetTests {
public URI getUri() {
return URI.create("http://foo/bar");
}
@Override public Collection<RequestCookie> getCookies() {
return Collections.emptySet();
}
};
}