Fix some more tests

This commit is contained in:
Dave Syer 2016-05-06 11:59:37 +01:00
parent 03383be1ba
commit 0ec5b7f43b
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public class InfoEndpointCompatibilityTests {
}
private InfoEndpoint getEndpointBean() {
return new InfoEndpoint(Collections.singletonMap("foo", "bar"),
return new InfoEndpoint(Collections.<String, Object>singletonMap("foo", "bar"),
infoContributor());
}