Skip to content

Commit f7cfffc

Browse files
committed
checkstyle
1 parent 63fc1ba commit f7cfffc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/htmlunit/html/HtmlImageInputTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ public void click_Position() throws Exception {
111111
+ "</form></body></html>";
112112
final WebDriver webDriver = loadPage2(html);
113113

114-
WebElement elem = webDriver.findElement(By.name("button"));
115-
Actions actions = new Actions(webDriver);
114+
final WebElement elem = webDriver.findElement(By.name("button"));
115+
final Actions actions = new Actions(webDriver);
116116
actions.moveToElement(elem).moveByOffset(1, 4).click().perform();
117117
if (useRealBrowser()) {
118118
Thread.sleep(400);

0 commit comments

Comments
 (0)