Fix build in travis. Seems they have old and buggy javac

This commit is contained in:
Alexey Andreev 2017-02-15 21:12:13 +03:00
parent 16c467f8e2
commit 6c6e7c0d4d

View File

@ -53,7 +53,7 @@ class HtmlUnitRunStrategy implements TestRunStrategy {
}
try {
page.set(webClient.get().getPage("about:blank"));
page.set(webClient.get().<HtmlPage>getPage("about:blank"));
} catch (IOException e) {
throw new RuntimeException(e);
}