Skip to content

Commit bbc9205

Browse files
authored
Fix comment formatting in AppTest.java
1 parent 9bcc70e commit bbc9205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/percy/examplepercyjavaselenium/AppTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void closeBrowser() {
5959
if (driver != null) {
6060
driver.quit();
6161
}
62-
// Shutdown our server and make sure the threadpool also terminates.
62+
// Shutdown our server and make sure the threadpool also terminates
6363
server.stop(1);
6464
serverExecutor.shutdownNow();
6565
}

0 commit comments

Comments
 (0)